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:
parent
0708b19c15
commit
3f423c2fda
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user