I am developping an html5 project with custom scripts.
Actually I am using CoffeeScript because I like its syntax more thent JS.
I am also using underscore templates defined like <script type="text/template" id="manager-template">
I am using WebStorm as IDE.
Is there any easy way I can
- Have CoffeeScript classes in separate files but I want them to be compiled into a single js file
- Have templates in separate files but I want them to be compoled into single index.htlm file
Preferably to have this "on fly" in WebStorm