jcoffeescript
jcoffeescript copied to clipboard
coffeescript on rhino
This is a dependency used by other projects, and I would like to use your code. I've made a pom.xml for your project.
Hello. Currently it's rather difficult to know if compilation succeeded or failed - one would have to parse the output, which makes using jcoffeescript in a build scripts rather difficult....
Just adding a setOptions() method. This is desirable because individual snippets of coffee may have different preferences on whether they want to be compiled with 'bare' or not. Additionally, creating...
Now you can specify an alternative coffee-script.js to use instead of the built-in one. Use --coffeescriptjs . In addition, any other options passed in such as "--bare" are sent to...
I created a Filter that compiles coffee files and stores it for next request. And I wrote additional instructions on README, showing how to configure in a web-application.
I've rather crudely slapped in the coffee-script 1.3.3 extras/coffee-script.js file and replaced all references to 1.1 with 1.3.3. The build ran an tests were successful. Feel free to reject this...
Create library version containing only jcoffeescript classes, without Rhino classes. Sometimes this is necessary to avoid multiple Rhino versions in the classpath (we use YUICompressor, and it has it's own,...
I recommend leveraging http://khuxtable.github.com/wagon-gitsite/ and http://maven.apache.org/plugins/maven-plugin-plugin/ so that you can let it document the plugin by publishing the project's maven site to gh-pages.