I got this directory structure (django project):
-myproject
+mysite
-myapp
-static
-myapp
-script
-coffee
+views
+controllers
+models
app.coffee
-js
+views
+controllers
+models
manage.py
How can i set coffeescript watcher to save *.js files in the same subdirectory of js directory. For example:
/coffee/app.coffee -> /js/app.js
/coffee/views/myview.coffee -> /js/views/myview.js
So i got the desired result by this macros: