eriwen / gradle-js-plugin

Gradle plugin for working with JS
http://eriwen.github.io/gradle-js-plugin
Apache License 2.0
382 stars 113 forks source link

Support Google Closure Builder #58

Open jamiefolson opened 11 years ago

jamiefolson commented 11 years ago

The minify task uses the closure compiler, but it'd be great to be able to configure the closure builder with gradle, too.

jamiefolson commented 11 years ago

I've got this working locally with in-config tasks, but I need to move it into the gradle-js-plugin structure and document it before submitting a pull request.