Bubbling Library YUI Extension
Dependency :
compile ":bubbling:2.1.4"Custom repositories :
mavenRepo "http://localhost:8081/artifactory/plugins-releases-local/"
Summary
Provides integration with the Bubbling Library YUI extension.
Description
Bubbling Plugin
This plugin integrations with the Bubbling Library YUI extension in order to provide easy access to its JavaScript and CSS.Installation
grails install-plugin bubbling
Usage
To include a bubbling JavaScript file, use the bubbling tag:<bub:javascript dir="accordion" file="accordion-min.js" />
<bub:stylesheet dir="accordion/assets" file="accordion.css" />