Plugins You can find out about all the publicly available Grails plugins.

Google Closure Compiler Plugin

3 votes

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 more

Dependency :
compile ":closure-compiler:0.9.1"

Documentation Source Issues

Clover Code Coverage for Grails

  • Tags : testing, coverage, reporting
  • Latest : 3.1.11
  • Last Updated: 26 March 2013
  • Grails version : 1.3.* > *
2 votes

A plugin that integrates Clover into GRAILS projects. Clover is a Code Coverage tool that produces beautiful reports which are highly configurable and extensible. Clover not only reports which lines of code were executed during a test run, it also reports which tests hit which lines of code. Clover's reports include: Tag Clouds of your entire project that compare Complexity with Coverage A TreeMap to visualise the most complex, uncovered areas of your project Fully Cross Referenced HTML view... Read more

Dependency :
compile ":clover:3.1.11"

Documentation

Previous1..891011121314151617..94Next