Commit 31808835 authored by Vincent Bechu's avatar Vincent Bechu

Change gruntfile ports

parent d71e7e30
...@@ -5,7 +5,7 @@ module.exports = function (grunt) { ...@@ -5,7 +5,7 @@ module.exports = function (grunt) {
// This is the default port that livereload listens on; // This is the default port that livereload listens on;
// change it if you configure livereload to use another port. // change it if you configure livereload to use another port.
LIVERELOAD_PORT = 35729; LIVERELOAD_PORT = 35728;
// lrSnippet is just a function. // lrSnippet is just a function.
// It's a piece of Connect middleware that injects // It's a piece of Connect middleware that injects
// a script into the static served html. // a script into the static served html.
...@@ -258,7 +258,7 @@ module.exports = function (grunt) { ...@@ -258,7 +258,7 @@ module.exports = function (grunt) {
connect: { connect: {
client: { client: {
options: { options: {
port: 9000, port: 9001,
base: '.', base: '.',
directory: '.', directory: '.',
middleware: livereloadMiddleware middleware: livereloadMiddleware
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment