Skip to content
New issue

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

Coffeescript Module changes don't trigger zip so they're not re-loaded #18

Open
leopoldodonnell opened this issue May 15, 2012 · 1 comment

Comments

@leopoldodonnell
Copy link

Its not clear to me if this is a problem with grails-coffeescript-resources, but when you make changes to coffeeScript source while the app is running, they don't get reloaded because the changes, while compiled, aren't re-zipped by the zipped-resources plugin (if you're using it).

This might be a result of not running resources in debug, but I haven't investigated.

Check out ~/.grails/{version}/projects/{your project}/tomcat/work/Tomcat/localhost/bll/grails-resources and you'll see your changes show up.

So - the workaround is to uninstall the zipped-resources plugin when you're working in development mode.

Note the same can be said for the Compass plugin :-(

@edvinasbartkus
Copy link
Owner

Seems like I should contact compass plugin author and with him we should have discussion with resource plugin authors how to handle things :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants