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.
client/*.html
1 parent e5443ce commit 7b9cf3dCopy full SHA for 7b9cf3d
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