Skip to content

Commit 5ccc25c

Browse files
authored
Merge pull request #400 from loostro/master
Configurable port
2 parents 5b1aa3c + 61ed006 commit 5ccc25c

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)