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
Currently, in 2015, all you have to do is add runtime ":jquery:1.11.1" to your BuildConfig.groovy, and that is all.
runtime ":jquery:1.11.1"