Closed ghost closed 12 years ago
I have a need to use dropdown feature of bootstrap. But I am not able to load boostrap-dropdown module.
I am loading this module inside grails-app/views/layouts/main.gsp. Here's the code:
https://gist.github.com/1925799
I think, You need to add the layoutResources tag twice to your page, for the
http://grails-plugins.github.com/grails-resources/guide/1.%20Overview.html#1.1.3%20Edit%20your%20Sitemesh%20layout
That solved it! Thanks a bunch :)
I have a need to use dropdown feature of bootstrap. But I am not able to load boostrap-dropdown module.
I am loading this module inside grails-app/views/layouts/main.gsp. Here's the code:
https://gist.github.com/1925799