We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
agreed, I'm looking for this.
Sorry, something went wrong.
+1. Looking to use this as a part of backbone templates.
+1. I'm just getting started with Coffeekup and this would be great!
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: