Skip to content

Commit 4ab6eb2

Browse files
committed
chore(app): fix broken commit
Left out a change in a previous commit that affected htmlmin
1 parent fa5ce84 commit 4ab6eb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: templates/common/Gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ module.exports = function (grunt) {
280280
},
281281
files: [{
282282
expand: true,
283-
cwd: '<%%= yeoman.app %>',
283+
cwd: '<%%= yeoman.dist %>',
284284
src: ['*.html', 'views/*.html'],
285285
dest: '<%%= yeoman.dist %>'
286286
}]
@@ -318,6 +318,7 @@ module.exports = function (grunt) {
318318
src: [
319319
'*.{ico,png,txt}',
320320
'.htaccess',
321+
'*.html',
321322
'bower_components/**/*',
322323
'images/{,*/}*.{webp}',
323324
'fonts/*'

0 commit comments

Comments
 (0)