Skip to content

Commit

Permalink
chore(app): fix broken commit
Browse files Browse the repository at this point in the history
Left out a change in a previous commit that affected htmlmin
  • Loading branch information
eddiemonge committed Dec 13, 2013
1 parent fa5ce84 commit 4ab6eb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ module.exports = function (grunt) {
},
files: [{
expand: true,
cwd: '<%%= yeoman.app %>',
cwd: '<%%= yeoman.dist %>',
src: ['*.html', 'views/*.html'],
dest: '<%%= yeoman.dist %>'
}]
Expand Down Expand Up @@ -318,6 +318,7 @@ module.exports = function (grunt) {
src: [
'*.{ico,png,txt}',
'.htaccess',
'*.html',
'bower_components/**/*',
'images/{,*/}*.{webp}',
'fonts/*'
Expand Down

0 comments on commit 4ab6eb2

Please sign in to comment.