edvinasbartkus / grails-coffeescript-resources

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

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

Open kavithaLK opened 11 years ago

kavithaLK commented 11 years ago

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