We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5443ce + 7b9cf3d commit 948ffdfCopy full SHA for 948ffdf
app/templates/Gruntfile.js
@@ -290,7 +290,7 @@ module.exports = function (grunt) {
290
291
// Performs rewrites based on rev and the useminPrepare configuration
292
usemin: {
293
- html: ['<%%= yeoman.dist %>/client/!(bower_components){,*/}*.html'],
+ html: ['<%%= yeoman.dist %>/client/{,!(bower_components)/**/}*.html'],
294
css: ['<%%= yeoman.dist %>/client/!(bower_components){,*/}*.css'],
295
js: ['<%%= yeoman.dist %>/client/!(bower_components){,*/}*.js'],
296
options: {
0 commit comments