Skip to content

Commit 944d731

Browse files
committed
Merge pull request #387 from paulsheldrake/master
fix(grunt): sets port for test server
2 parents 0dbe896 + f2a455c commit 944d731

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)