Skip to content

Commit 8566149

Browse files
committed
Update API docs
1 parent 0368531 commit 8566149

14 files changed

+1345
-130
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
var LIVERELOAD_PORT = 35728;
3-
var SERVER_PORT = 9100;
3+
var SERVER_PORT = 9101;
44
var modRewrite = require('connect-modrewrite');
55
var lrSnippet = require('connect-livereload')({port: LIVERELOAD_PORT});
66
var serveStatic = require('serve-static');

0 commit comments

Comments
 (0)