Skip to content

Commit

Permalink
config was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
vietnogi committed Oct 16, 2015
1 parent 8093cc7 commit 93571ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/bower-images.coffee
Expand Up @@ -4,7 +4,7 @@ defaultFiles =
'.tmp/images': 'bower_components/**/*.{gif,png,jpg,jpeg,svg}'

module.exports = (gulp, $, configs) ->
files = configs.copyFiles?.files || defaultFiles
files = configs.bowerImages?.files || defaultFiles

gulp.task 'bower-images', ->
for destPath, srcFiles of files
Expand Down

0 comments on commit 93571ed

Please sign in to comment.