We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6e76f commit 61ed006Copy full SHA for 61ed006
Gruntfile.js
@@ -47,7 +47,7 @@ module.exports = function (grunt) {
47
connect: {
48
options: {
49
hostname: '0.0.0.0',
50
- port: 9000
+ port: grunt.option('port') || 9000
51
},
52
53
livereload: {
0 commit comments