1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-29 09:19:57 +02:00

adds useAvailablePort option when serving page with connect.

This commit is contained in:
Tristan Sokol
2017-05-02 17:54:29 -07:00
parent 3d49b1dea3
commit d948c2cd6b

View File

@@ -95,7 +95,8 @@ module.exports = function(grunt) {
port: port,
base: base,
livereload: true,
open: true
open: true,
useAvailablePort: true
}
}
},