mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-10-29 04:40:02 +01:00
adds useAvailablePort option when serving page with connect.
This commit is contained in:
@@ -95,7 +95,8 @@ module.exports = function(grunt) {
|
||||
port: port,
|
||||
base: base,
|
||||
livereload: true,
|
||||
open: true
|
||||
open: true,
|
||||
useAvailablePort: true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user