documentcloud / jammit

Industrial Strength Asset Packaging for Rails
http://documentcloud.github.com/jammit/
MIT License
1.16k stars 197 forks source link

Can we customise the compilers? Closure (java + webservice), and yui? #108

Closed balupton closed 13 years ago

balupton commented 13 years ago

Is it possible to set the Javascript compiler to run the java executables for closure and yui? Or use the closure web service (if java isn't available)?

jashkenas commented 13 years ago

The JavaScript compiler does run the Java executables for closure or yui -- whichever is specified. I'd be glad to take a patch that enables the Closure web service as an option. Feel free to send one.