coffeekup
coffeekup copied to clipboard
Watch directories like Jitter
Jitter has an interesting feature:
https://github.com/TrevorBurnham/Jitter
jitter src/coffee/ web-app/js/
This will watch all CoffeeScript files in src/coffee/.coffee recursively and reproduce the same structure inside web-app/js/.js.
It would be great to be able to do the same with coffeekup, watching for changes recursively in *.ck and generating *.js when passed the --js option.
How about adding this feature to the coffeekup command?
agreed, I'm looking for this.
+1. Looking to use this as a part of backbone templates.
+1. I'm just getting started with Coffeekup and this would be great!