jlgrock / ClosureJavascriptFramework

A group of plug-ins that can be used in conjunction with maven to execute the Google Closure Compiler on JavaScript code. This Framework allows for scaling and modularity.
MIT License
16 stars 7 forks source link

Add support for the language_in and language_out compiler options #56

Closed acornett closed 9 years ago

acornett commented 9 years ago

Add support to set the language_in and language_out compiler options from the plugin configuration.

jlgrock commented 9 years ago

Hey, this looks good. I just want to test it out a bit (just to make sure) and I'll push out a dot release

lukas-vlcek commented 9 years ago

Nice :smile:

acornett commented 9 years ago

Thanks, let me know if you find any issues!

jlgrock commented 9 years ago

k, code was released. I had to make a few changes just because of how JDK8 and the maven-plugin-plugin worked, but otherwise looked good.

jlgrock commented 9 years ago

oh, btw that should hit maven central by tomorrow morning. Thanks!