oyvinmar / grails-closure-compiler

Grails Resources Plugin for Google Closure Compiler
Other
7 stars 6 forks source link

plugin scope #5

Closed ghost closed 11 years ago

ghost commented 11 years ago

According to the docs, this plugin should installed by adding the following to BuildConfig.groovy

compile ":closure-compiler:0.9.1"

But does this plugin really need to have a compile scope? I'd have thought that build or runtime should be sufficient.

oyvinmar commented 11 years ago

As far as I know it should work with runtime scope. The doc on grails.org is generated from an plugin descriptor. I don't know where I can specify the scope (maybe it defaults to compile).