coffeescript-maven-plugin
coffeescript-maven-plugin copied to clipboard
A Maven plugin for compiling coffeescript into javascript.
I've added 1.6.2 compiler and some properties for source map support in plugin config.
...s API via https://code.google.com/p/barbarywatchservice/. This allows for near instant coffeescript compile instead of having to wait 30 seconds for changes to be detected.
up to date coffee script version
Hi. I was wondering if is a good idea change default source directory to ${basedir}/src/main/coffee instead of ${basedir}/src/main/webapp as a java source. Ty.
Current plugin is compiled against Java 7, and if you try to run it under Java 6 it fails with: ``` java.lang.UnsupportedClassVersionError: iron9light/coffeescriptMavenPlugin/CoffeeScriptWatchMojo : Unsupported major.minor version 51.0 ``` Is...
Being able to skip the coffeescript compilation in some builds would be helpful to reduce build times. If I find some time, I'll see if I can add it.
[Dyn.js](http://about.dynjs.org/) compiles Javascript code to Java bytecode and requireѕ the new dynamic language features in Java 7 such as _invokedynamic_ and Method Handles.