Closed ocomsoft closed 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.
Updated.
Thanks.
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.