Skip to content

Commit

Permalink
fix(app): correct grunt clean glob
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcody committed Jul 18, 2015
1 parent 655ce10 commit 8e8ae96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ module.exports = function (grunt) {
dot: true,
src: [
'.tmp',
'<%%= yeoman.dist %>/**/!(.git*|.openshift|Procfile)'
'<%%= yeoman.dist %>/!(.git*|.openshift|Procfile)**'
]
}]
},
Expand Down

0 comments on commit 8e8ae96

Please sign in to comment.