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
Apparently needs to be included in (after ). The following actually works:
<%@ page contentType="text/html;charset=UTF-8" %> Simple GSP page Place your content here