We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc33b6 commit a684202Copy full SHA for a684202
1 file changed
templates/common/Gruntfile.js
@@ -54,8 +54,8 @@ module.exports = function (grunt) {
54
express: {
55
files: [
56
'<%%= yeoman.app %>/{,*//*}*.html',
57
- '{.tmp,<%= yeoman.app %>}/styles/{,*//*}*.css',
58
- '{.tmp,<%= yeoman.app %>}/scripts/{,*//*}*.js',
+ '{.tmp,<%%= yeoman.app %>}/styles/{,*//*}*.css',
+ '{.tmp,<%%= yeoman.app %>}/scripts/{,*//*}*.js',
59
'<%%= yeoman.app %>/images/{,*//*}*.{png,jpg,jpeg,gif,webp,svg}',
60
'server.js',
61
'lib/{,*//*}*.{js,json}'
0 commit comments