Skip to content

Commit 485c44b

Browse files
committed
fix(grunt): add comma
1 parent aac61b2 commit 485c44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/Gruntfile(grunt).js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = function(grunt) {
4646
},
4747
prod: {
4848
options: {
49-
port: process.env.PORT || <%= prodPort %>
49+
port: process.env.PORT || <%= prodPort %>,
5050
script: '<%%= yeoman.dist %>/<%%= yeoman.server %>'
5151
}
5252
}

0 commit comments

Comments
 (0)