edvinasbartkus / grails-coffeescript-resources

Another CoffeeScript compiler for Grails
Other
20 stars 10 forks source link

Doesn't work in debug mode #15

Open splix opened 12 years ago

splix commented 12 years ago

If you have enabled debug mode for resourses, in Config.groovy:

grails.resources.debug = true

plugin doesn't apply, and you are getting source of your .coffee file.

Actually it's because of resource plugin (see ProcessingFilter:32 for v1.1.6), but it's really not what you're expecting by enabling debug mode. But maybe you have idea how to deal with it?

dsmiley commented 11 years ago

FYI this issue is being tracked here: http://jira.grails.org/browse/GPRESOURCES-180