Cedric Hurst
Cedric Hurst
That is correct. I wound up implementing this in a grails project as I needed the feature on a public website and can confirm this approach works. Sent from my...
One possibility is to use something like [jarjar](http://code.google.com/p/jarjar/wiki/GettingStarted) to rename the Rhino classes needed by coffeescript and less, but this would of course involve embedding the Rhino classes in each...
I started working on a patch for this issue here: https://github.com/Spantree/grails-coffeescript-resources/tree/feature/issue-17-yui-resources-compatability This feature branch repackages the rhino classes under `org.grails.plugins.coffeescript.mozilla`. However, when testing with yui, I appear to be getting...
fixed this and a few other things in a fork over here: https://github.com/Spantree/Cloud-API-Demo-Web Also has support for bringing up the backend via `docker compose up`
Hey @0xReLogic, I did some investigation via Claude Code and it looks like latest published package might actually be fine — shebang present, LF line endings, correct permissions, file exists....
See PR #90 for prefix fix mentioned above.