From 09e9f5fc056b28efdaff48137e5b4ca3c4e71fce Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Fri, 5 Dec 2014 09:25:06 +0100 Subject: [PATCH] connect was accidentaly removed, re-implemented. --- Gruntfile.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 677b502f..facc5b50 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -130,6 +130,27 @@ module.exports = function(grunt) { } }, + connect: { + options: { + port: 8040, + hostname: "localhost", + livereload: 35729 + + }, + livereload: { + options: { + open: true, + base: "." + } + }, + test: { + options: { + port: 8041, + open: "http://localhost:8041/_SpecRunner.html", + base: "." + } + } + }, jasmine: { scripts: "scripts/**/*.js", options: {