coffeekup icon indicating copy to clipboard operation
coffeekup copied to clipboard

Watch directories like Jitter

Open rosenfeld opened this issue 13 years ago • 3 comments

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?

rosenfeld avatar Oct 06 '11 21:10 rosenfeld

agreed, I'm looking for this.

skyl avatar Oct 20 '11 00:10 skyl

+1. Looking to use this as a part of backbone templates.

randallb avatar Oct 22 '11 22:10 randallb

+1. I'm just getting started with Coffeekup and this would be great!

reaktivo avatar Jan 20 '12 18:01 reaktivo