1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

fix picturefill path

This commit is contained in:
Matthias Kretschmann 2014-07-02 13:33:27 +02:00
parent 774c0302b8
commit b93174baaa

View File

@ -57,7 +57,7 @@ module.exports = function(grunt){
options: {
drafts: true,
future: true,
limit_posts: 5
//limit_posts: 5
}
}
},
@ -104,7 +104,7 @@ module.exports = function(grunt){
production: {
files: {
'<%= config.site %>/<%= config.assets.js %>/picturefill.min.js': [
'bower_components/picturefill/picturefill.js'
'bower_components/picturefill/dist/picturefill.js'
],
'<%= config.site %>/<%= config.assets.js %>/kremalicious3.min.js': [
'bower_components/infinitescroll/index.js',