Skip to content

Commit

Permalink
fix(grunt): add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Jun 22, 2016
1 parent aac61b2 commit 485c44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/Gruntfile(grunt).js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = function(grunt) {
},
prod: {
options: {
port: process.env.PORT || <%= prodPort %>
port: process.env.PORT || <%= prodPort %>,
script: '<%%= yeoman.dist %>/<%%= yeoman.server %>'
}
}
Expand Down

0 comments on commit 485c44b

Please sign in to comment.