Skip to content

Commit 4c0c310

Browse files
samaxesbtford
authored andcommitted
Include subfolders in concat task.
1 parent 3aff379 commit 4c0c310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/common/Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ module.exports = function (grunt) {
130130
dist: {
131131
files: {
132132
'<%%= yeoman.dist %>/scripts/scripts.js': [
133-
'.tmp/scripts/*.js',
134-
'<%%= yeoman.app %>/scripts/*.js'
133+
'.tmp/scripts/{,*/}*.js',
134+
'<%%= yeoman.app %>/scripts/{,*/}*.js'
135135
]
136136
}
137137
}

0 commit comments

Comments
 (0)