Skip to content

Commit

Permalink
Merge pull request #59 from thgil/master
Browse files Browse the repository at this point in the history
Added environment port for #58
  • Loading branch information
ericclemmons committed Aug 14, 2014
2 parents 970575a + 792270c commit 280132f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function(grunt) {
node_env: undefined,
background: true,
fallback: function() { /* Prevent EADDRINUSE from breaking Grunt */ },
port: 3000,
port: process.env.PORT || 3000,
delay: 0,
output: ".+",
debug: false
Expand Down

0 comments on commit 280132f

Please sign in to comment.