私はggts 3.3.3 Kepler、Grails 2.3.3 OSX 10.8.4を使用しています。cached-resources をインストールした後、次のコンソール エラーが発生しました。
Uncaught ReferenceError: jQuery is not defined 2E8CFq9qq9Hd3oC8Vm4eO2E0N1BbHOBaOBasevchm9s.js:1
Uncaught ReferenceError: jQuery is not defined lGOHo6E45gxva6dsPhjXSefA7yz16IHSaQv0fiWoM7W.js:5
Uncaught ReferenceError: $ is not defined
jqueryが見つからないのはなぜですか? 他に何も変わっていません。
私のconfig.groovy:
application {
dependsOn 'jquery'
resource url:'/js/application.js'
}