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