Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/mrshu/reveal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Sep 14, 2013
2 parents a3f10e0 + b8efad0 commit 73bfb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
@@ -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'),
Expand Down Expand Up @@ -78,7 +78,7 @@ module.exports = function(grunt) {
connect: {
server: {
options: {
port: 8000,
port: port,
base: '.'
}
}
Expand Down

0 comments on commit 73bfb87

Please sign in to comment.