We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5841440 commit 31d6eb9Copy full SHA for 31d6eb9
templates/common/Gruntfile.js
@@ -132,9 +132,9 @@ module.exports = function (grunt) {
132
dot: true,
133
src: [
134
'.tmp',
135
- '<%%= yeoman.dist %>/views/*',
136
- '<%%= yeoman.dist %>/public/*',
137
- '!<%%= yeoman.dist %>/public/.git*',
+ '<%= yeoman.dist %>/*',
+ '!<%= yeoman.dist %>/.git*',
+ '!<%= yeoman.dist %>/Procfile'
138
]
139
}]
140
},
0 commit comments