YUI War Minify Plugin
Grails plugin to run yui-compressor on css and javascript resources at WAR creation time. Read more
Dependency :
compile ":yui-war-minify:1.2"
Grails plugin to run yui-compressor on css and javascript resources at WAR creation time. Read more
Dependency :
compile ":yui-war-minify:1.2"
This plugin compiles/optimizes your javascript resources with the Google Closure Compiler.
It provides three compilation levels. WHITESPACE_ONLY, SIMPLE_OPTIMIZATIONS and ADVANCED_OPTIMIZATIONS.N.B. It builds/depends on the Grails Resources Plugin. Read moreDependency :
compile ":closure-compiler:0.9.1"