We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5ce84 commit 4ab6eb2Copy full SHA for 4ab6eb2
templates/common/Gruntfile.js
@@ -280,7 +280,7 @@ module.exports = function (grunt) {
280
},
281
files: [{
282
expand: true,
283
- cwd: '<%%= yeoman.app %>',
+ cwd: '<%%= yeoman.dist %>',
284
src: ['*.html', 'views/*.html'],
285
dest: '<%%= yeoman.dist %>'
286
}]
@@ -318,6 +318,7 @@ module.exports = function (grunt) {
318
src: [
319
'*.{ico,png,txt}',
320
'.htaccess',
321
+ '*.html',
322
'bower_components/**/*',
323
'images/{,*/}*.{webp}',
324
'fonts/*'
0 commit comments