Commit 112a9f3b authored by Boris Kocherov's avatar Boris Kocherov

jslint fix

parent 59df8ce2
...@@ -10,7 +10,7 @@ module.exports = function (grunt) { ...@@ -10,7 +10,7 @@ module.exports = function (grunt) {
// 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.
lrSnippet = require('connect-livereload')({ port: LIVERELOAD_PORT }); lrSnippet = require('connect-livereload')({port: LIVERELOAD_PORT});
// All the middleware necessary to serve static files. // All the middleware necessary to serve static files.
livereloadMiddleware = function (connect, options) { livereloadMiddleware = function (connect, options) {
return [ return [
......
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