1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-25 19:34:48 +01: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: { jquery: {
files: { 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: { production: {