Skip to content

Commit 31d6eb9

Browse files
committed
fix(grunt): updated grunt clean task
1 parent 5841440 commit 31d6eb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: templates/common/Gruntfile.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ module.exports = function (grunt) {
132132
dot: true,
133133
src: [
134134
'.tmp',
135-
'<%%= yeoman.dist %>/views/*',
136-
'<%%= yeoman.dist %>/public/*',
137-
'!<%%= yeoman.dist %>/public/.git*',
135+
'<%= yeoman.dist %>/*',
136+
'!<%= yeoman.dist %>/.git*',
137+
'!<%= yeoman.dist %>/Procfile'
138138
]
139139
}]
140140
},

0 commit comments

Comments
 (0)