Skip to content

Commit 0071276

Browse files
committed
Merge pull request #1078 from kingcody/fix/clean-glob
fix(app): correct grunt clean glob
2 parents 655ce10 + 8e8ae96 commit 0071276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ module.exports = function (grunt) {
181181
dot: true,
182182
src: [
183183
'.tmp',
184-
'<%%= yeoman.dist %>/**/!(.git*|.openshift|Procfile)'
184+
'<%%= yeoman.dist %>/!(.git*|.openshift|Procfile)**'
185185
]
186186
}]
187187
},

0 commit comments

Comments
 (0)