edvinasbartkus / grails-coffeescript-resources

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

java.io.FileNotFoundException 'test.coffee' after running grails clean #29

Open topr opened 11 years ago

topr commented 11 years ago

To reproduce:

  1. grails clean
  2. grails run-app
  3. [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

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")
    }
fordguo commented 11 years ago

this is because the ApplicationResources.groovy(in coffeescript-resource plugin).