mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-06 06:40:37 +03:00
connect was accidentaly removed, re-implemented.
This commit is contained in:
parent
908c0ec80b
commit
3eccaefd66
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