Skip to content

Commit

Permalink
Issue #375 Port collision
Browse files Browse the repository at this point in the history
Update the template file to have the test port be different from the server port so you can run tests with the server running
  • Loading branch information
paulsheldrake committed Oct 8, 2013
1 parent 0dbe896 commit f2a455c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ module.exports = function (grunt) {
},
test: {
options: {
port: 9001,
base: [
'.tmp',
'test',
Expand Down

0 comments on commit f2a455c

Please sign in to comment.