Skip to content

Commit

Permalink
Added images folder to assetsDirs - usemin
Browse files Browse the repository at this point in the history
  • Loading branch information
fluke committed Feb 27, 2014
1 parent 0e693de commit d493c26
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 @@ -260,7 +260,7 @@ module.exports = function (grunt) {
// Performs rewrites based on rev and the useminPrepare configuration
usemin: {
options: {
assetsDirs: ['<%%= config.dist %>']
assetsDirs: ['<%= yeoman.dist %>', '<%= yeoman.dist %>/images']
},
html: ['<%%= config.dist %>/{,*/}*.html'],
css: ['<%%= config.dist %>/styles/{,*/}*.css']
Expand Down

0 comments on commit d493c26

Please sign in to comment.