Skip to content

Commit 7b9cf3d

Browse files
committed
fix(app): include client/*.html in usemin html glob
1 parent e5443ce commit 7b9cf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ module.exports = function (grunt) {
290290

291291
// Performs rewrites based on rev and the useminPrepare configuration
292292
usemin: {
293-
html: ['<%%= yeoman.dist %>/client/!(bower_components){,*/}*.html'],
293+
html: ['<%%= yeoman.dist %>/client/{,!(bower_components)/**/}*.html'],
294294
css: ['<%%= yeoman.dist %>/client/!(bower_components){,*/}*.css'],
295295
js: ['<%%= yeoman.dist %>/client/!(bower_components){,*/}*.js'],
296296
options: {

0 commit comments

Comments
 (0)