grails-coffeescript-resources
grails-coffeescript-resources copied to clipboard
java.io.FileNotFoundException 'test.coffee' after running grails clean
To reproduce:
- grails clean
- grails run-app
- [ERROR] grails.app.resourceMappers.CoffeeScriptResourceMapper - Problems compiling CoffeeScript /cs/test.coffee java.io.FileNotFoundException: /home/topr/devel/proj/touk/ko/repo/ko-web/web-app/cs/test.coffee (No such file or directory)
Uninstalling and installing again the plugin fixes until next clean. Temporary solution: adding empty file web-app/cs/test.coffee
Grails 2.2.0 CoffeeScript resources 0.3.7
dependencies.groovy lists resources 1.1.6 as a dependency:
plugins {
build ":release:2.0.0", {
export = false
}
runtime(":resources:1.1.6")
}
this is because the ApplicationResources.groovy(in coffeescript-resource plugin).