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

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

Open topr opened this issue 12 years ago • 2 comments

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

topr avatar Mar 21 '13 18: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")
    }

ddelponte avatar Apr 05 '13 14:04 ddelponte

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

fordguo avatar Apr 07 '13 04:04 fordguo