Open topr opened 11 years ago
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).
To reproduce:
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