Jasmine Resources Plugin
Dependency :
compile ":jasmine-resources:0.1.1"
Summary
Jasmine resources plugin bundled with 1.1.0 release.
Installation
grails install-plugin jasmine-resources
Description
This plugin adds Jasmine resources to the Grails Application.It uses new Resources Plugin to handle resources gracefully. Just let your Jasmine Specs depend on 'jasmine' module and it's done. There is also controller for standalone manual testing. Just navigate to <app>/jasmine/<module-name> to see the results.If jQuery plugin is installed it automatically adds jQuery Jasmine script.Sources on GitHub