Skip to content

Commit

Permalink
usemin / filerev fix see robwierzbowski#120
Browse files Browse the repository at this point in the history
  • Loading branch information
dnozay committed Jan 10, 2015
1 parent e54f89d commit 8539081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ module.exports = function (grunt) {
},
usemin: {
options: {
assetsDirs: '<%%= yeoman.dist %>',
assetsDirs: ['<%%= yeoman.dist %>', '<%%= yeoman.dist %>/<%= imgDir %>']
},
html: ['<%%= yeoman.dist %>/**/*.html'],
css: ['<%%= yeoman.dist %>/<%= cssDir %>/**/*.css']
Expand Down

0 comments on commit 8539081

Please sign in to comment.