You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :-(
The text was updated successfully, but these errors were encountered:
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 :-(
The text was updated successfully, but these errors were encountered: