From 343289fae59d5119009743c6b10845c1ca1e210d Mon Sep 17 00:00:00 2001 From: UEHARA Junji Date: Wed, 7 May 2014 13:07:27 +0900 Subject: [PATCH] provide jquery.js again here makes problematic when use this with other plugin(easygrid). --- grails-app/conf/KickstartResources.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/grails-app/conf/KickstartResources.groovy b/grails-app/conf/KickstartResources.groovy index 677d319..ab95495 100644 --- a/grails-app/conf/KickstartResources.groovy +++ b/grails-app/conf/KickstartResources.groovy @@ -4,7 +4,6 @@ modules = { /* Bootstrap definitions without less (if resource processing is switched off) */ 'bootstrap' { - resource url: [dir: 'bootstrap/js/tests/vendor',file: 'jquery.js'] resource url: [dir: 'bootstrap/dist/js', file: 'bootstrap.js'] resource url: [dir: 'bootstrap/dist/css', file: 'bootstrap.css'] }