Skip to content

Commit

Permalink
fix(grunt): updated grunt clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
DaftMonk committed Feb 20, 2014
1 parent 5841440 commit 31d6eb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/common/Gruntfile.js
Expand Up @@ -132,9 +132,9 @@ module.exports = function (grunt) {
dot: true,
src: [
'.tmp',
'<%%= yeoman.dist %>/views/*',
'<%%= yeoman.dist %>/public/*',
'!<%%= yeoman.dist %>/public/.git*',
'<%= yeoman.dist %>/*',
'!<%= yeoman.dist %>/.git*',
'!<%= yeoman.dist %>/Procfile'
]
}]
},
Expand Down

0 comments on commit 31d6eb9

Please sign in to comment.