edvinasbartkus / grails-coffeescript-resources

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

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

Open topr opened 11 years ago

topr commented 11 years ago

Assuming we have a view which use with 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
  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

ddelponte commented 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 could be causing the problem.