mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
fix jquery path change
This commit is contained in:
parent
0708b19c15
commit
3f423c2fda
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user