1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00

fix jquery path change

This commit is contained in:
Matthias Kretschmann 2014-04-06 15:25:37 +02:00
parent 0708b19c15
commit 3f423c2fda

View File

@ -98,7 +98,7 @@ module.exports = function(grunt){
},
jquery: {
files: {
'<%= config.site %>/<%= config.assets.js %>/jquery.min.js': 'bower_components/jquery/jquery.js'
'<%= config.site %>/<%= config.assets.js %>/jquery.min.js': 'bower_components/jquery/dist/jquery.js'
}
},
production: {