grails-coffeescript-resources icon indicating copy to clipboard operation
grails-coffeescript-resources copied to clipboard

Unable to compile .coffee files using this plugin on windows 7

Open kavithaLK opened this issue 13 years ago • 0 comments

Hi, I installed this plugin using command grails install-plugin coffeescript-resources .

It creates a folder coffee under src src/coffee.Created file bookscroll.coffee . Added entry into config.groovy.

coffeescript.modules = { bookScroll { files "src/coffee/bookScroll" } }

executed grails compile command.No .js file generated. I am not sure how to use it.Please provide some insight on to what i am mising?.

Thanks, Kavitha

kavithaLK avatar Sep 15 '12 20:09 kavithaLK