Skip to content

Commit 948ffdf

Browse files
committed
Merge pull request #1221 from DaftMonk/fix/usemin-html-glob
fix(app): include `client/*.html` in usemin html glob
2 parents e5443ce + 7b9cf3d commit 948ffdf

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)