Switched presentation to a non-conflicting port
This commit is contained in:
parent
8a047250ff
commit
73d89b92d3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module.exports = grunt => {
|
||||||
|
|
||||||
require('load-grunt-tasks')(grunt);
|
require('load-grunt-tasks')(grunt);
|
||||||
|
|
||||||
let port = grunt.option('port') || 8000;
|
let port = grunt.option('port') || 8001;
|
||||||
let root = grunt.option('root') || '.';
|
let root = grunt.option('root') || '.';
|
||||||
|
|
||||||
if (!Array.isArray(root)) root = [root];
|
if (!Array.isArray(root)) root = [root];
|
||||||
|
|
Loading…
Add table
Reference in a new issue