Merge branch 'patch-1' of https://github.com/mrshu/reveal.js
This commit is contained in:
commit
73bfb87ed1
@ -1,6 +1,6 @@
|
||||
/* global module:false */
|
||||
module.exports = function(grunt) {
|
||||
|
||||
var port = grunt.option('port') || 8000;
|
||||
// Project configuration
|
||||
grunt.initConfig({
|
||||
pkg: grunt.file.readJSON('package.json'),
|
||||
@ -78,7 +78,7 @@ module.exports = function(grunt) {
|
||||
connect: {
|
||||
server: {
|
||||
options: {
|
||||
port: 8000,
|
||||
port: port,
|
||||
base: '.'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user