I have a Grails 2.0.0 project that was created using grails create-app. In my HTML and GSP files, I\'m trying to include jquery.js. I\'ve tried all of
grails create-app
jquery.js
I found (from the JQuery Plugin page) that in addition to using the tag, I had to add the plugin label explicitly to make the tag look like:
Any idea why I had to use the plugin property?