From 8e8ae96d56544918374b75950136a2d91466f0ab Mon Sep 17 00:00:00 2001 From: kingcody Date: Fri, 17 Jul 2015 20:37:55 -0400 Subject: [PATCH] fix(app): correct grunt clean glob --- app/templates/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/Gruntfile.js b/app/templates/Gruntfile.js index 1062820f3..0e38d3662 100644 --- a/app/templates/Gruntfile.js +++ b/app/templates/Gruntfile.js @@ -181,7 +181,7 @@ module.exports = function (grunt) { dot: true, src: [ '.tmp', - '<%%= yeoman.dist %>/**/!(.git*|.openshift|Procfile)' + '<%%= yeoman.dist %>/!(.git*|.openshift|Procfile)**' ] }] },