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

Error executing tag <r:layoutResources>: No module found with name [...] after grails clean

Open topr opened this issue 12 years ago • 1 comments

Assuming we have a view which use with <r:require module="..." /> for any module defined at ApplicationResources.groovy:

  1. grails clean
  2. grails run-app
  3. open in a browser the url corresponding to the view with use of <r:require module="..." />
  4. bang! exception

It's enough to stop the app and run it again - all is fine again, at least until next grails clean. I've checked, there is no such issue with version 0.3.5 of coffee resources plugin

topr avatar Mar 26 '13 16:03 topr

dependencies.groovy lists resources 1.1.6 as a dependency:

    plugins {
        build ":release:2.0.0", {
          export = false
        }
        runtime(":resources:1.1.6")
    }

This could be causing the problem.

ddelponte avatar Apr 05 '13 14:04 ddelponte