Plugin to create JQuery plugins
Dependency :
compile ":jquery-plugin-authoring:1.0.2"
Summary
Installation
grails install-plugin jquery-plugin-authoring
Description
Please note that all development (including the examples) have recently been migrated to GitHub. Please update your branches!
See GitHub for known issues.Sources: https://github.com/padcom/grails-jquery-plugin-authoringContinuous integration: http://dev.aplaline.com/hudson/job/grails-jquery-plugin-authoring/
Usage
After installing the plugin issuegrails create-jquery-plugin [plugin_name]
Version history
1.0.2 - 01.08.2011- Changed the way the actual plugin name is created by converting the given plugin name to camelCase
- Lowered required Grails version to 1.2.0
- Added option to create an override in application's src/template/jquery/JQueryPlugin.js file
- First public release