connect was accidentaly removed, re-implemented.

This commit is contained in:
FezVrasta 2014-12-05 09:25:06 +01:00
parent 908c0ec80b
commit 3eccaefd66

View File

@ -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: {