aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2017-05-05 14:11:07 +0200
committerGitHub <noreply@github.com>2017-05-05 14:11:07 +0200
commitada8003183ff6ef4372a68728db1d5116e20f453 (patch)
treecc01f5e414a5ba1072e4590c04028ef49507e252 /Gruntfile.js
parent00570ea5ced1e3cded7a5d000548de5862ac06d2 (diff)
parentd948c2cd6be24ef60ebb471a55d01a36a1932110 (diff)
downloadfosdem-2018-presentation-ada8003183ff6ef4372a68728db1d5116e20f453.tar
fosdem-2018-presentation-ada8003183ff6ef4372a68728db1d5116e20f453.tar.gz
Merge pull request #1887 from tristansokol/tristans/add-useavailableport
adds `useAvailablePort` option when serving page with connect.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index f0f2729..fc1a18b 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -96,7 +96,8 @@ module.exports = function(grunt) {
port: port,
base: root,
livereload: true,
- open: true
+ open: true,
+ useAvailablePort: true
}
}
},