Skip to content

Commit f2a455c

Browse files
committed
Issue #375 Port collision
Update the template file to have the test port be different from the server port so you can run tests with the server running
1 parent 0dbe896 commit f2a455c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/common/Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ module.exports = function (grunt) {
7575
},
7676
test: {
7777
options: {
78+
port: 9001,
7879
base: [
7980
'.tmp',
8081
'test',

0 commit comments

Comments
 (0)