groovydev / twitter-bootstrap-grails-plugin

Grails plugin for Twitter Bootstrap CSS framework resources
173 stars 92 forks source link

'bootstrap-popover' depends On 'bootstrap-twipsy' #6

Closed ocomsoft closed 13 years ago

ocomsoft commented 13 years ago

Something I just discovered.

In your resources file you need

'bootstrap-popover' to dependOn 'bootstrap-twipsy'

See the Notice in the docs (http://twitter.github.com/bootstrap/javascript.html#popover)

ie in BootstrapResources.groovy add the line

dependsOn 'bootstrap-twipsy' under line 36

Hope that helps.

groovydev commented 13 years ago

Updated.

Thanks.