mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 19:14:09 +03:00
connect was accidentaly removed, re-implemented.
This commit is contained in:
parent
794c439828
commit
09e9f5fc05
21
Gruntfile.js
21
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: {
|
jasmine: {
|
||||||
scripts: "scripts/**/*.js",
|
scripts: "scripts/**/*.js",
|
||||||
options: {
|
options: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user