Skip to content

Commit 61ed006

Browse files
authored
Configurable port
1 parent fa6e76f commit 61ed006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = function (grunt) {
4747
connect: {
4848
options: {
4949
hostname: '0.0.0.0',
50-
port: 9000
50+
port: grunt.option('port') || 9000
5151
},
5252

5353
livereload: {

0 commit comments

Comments
 (0)