Skip to content

Commit

Permalink
Merge pull request #387 from paulsheldrake/master
Browse files Browse the repository at this point in the history
fix(grunt): sets port for test server
  • Loading branch information
passy committed Oct 10, 2013
2 parents 0dbe896 + f2a455c commit 944d731
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 944d731

Please sign in to comment.