mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-29 04:54:12 +03:00
fixed livereload, using default 35729 port
This commit is contained in:
parent
5249da3197
commit
9de6322bf1
|
@ -67,7 +67,7 @@ module.exports = function(grunt) {
|
||||||
options: {
|
options: {
|
||||||
port: 8040,
|
port: 8040,
|
||||||
hostname: "localhost",
|
hostname: "localhost",
|
||||||
livereload: 35741
|
livereload: 35729
|
||||||
|
|
||||||
},
|
},
|
||||||
livereload: {
|
livereload: {
|
||||||
|
|
|
@ -1,43 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>Jasmine Spec Runner</title>
|
|
||||||
<link rel="shortcut icon" type="image/png" href=".grunt/grunt-contrib-jasmine/jasmine_favicon.png">
|
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href=".grunt/grunt-contrib-jasmine/jasmine.css">
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
<script src=".grunt/grunt-contrib-jasmine/es5-shim.js"></script>
|
|
||||||
|
|
||||||
<script src=".grunt/grunt-contrib-jasmine/jasmine.js"></script>
|
|
||||||
|
|
||||||
<script src=".grunt/grunt-contrib-jasmine/jasmine-html.js"></script>
|
|
||||||
|
|
||||||
<script src=".grunt/grunt-contrib-jasmine/json2.js"></script>
|
|
||||||
|
|
||||||
<script src=".grunt/grunt-contrib-jasmine/boot.js"></script>
|
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
|
|
||||||
|
|
||||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
|
||||||
|
|
||||||
<script src="test/*Helper.js"></script>
|
|
||||||
|
|
||||||
<script src="scripts/material.js"></script>
|
|
||||||
|
|
||||||
<script src="scripts/ripples.js"></script>
|
|
||||||
|
|
||||||
<script src="test/materialSpec.js"></script>
|
|
||||||
|
|
||||||
<script src="test/ripplesSpec.js"></script>
|
|
||||||
|
|
||||||
<script src=".grunt/grunt-contrib-jasmine/reporter.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -2366,7 +2366,7 @@ fieldset[disabled] .navbar .btn-link:focus {
|
||||||
background: rgba(0, 0, 0, 0.08);
|
background: rgba(0, 0, 0, 0.08);
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
background-color: black;
|
background-color: white;
|
||||||
}
|
}
|
||||||
.alert {
|
.alert {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
|
2
css-compiled/material-wfont.min.css
vendored
2
css-compiled/material-wfont.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2365,7 +2365,7 @@ fieldset[disabled] .navbar .btn-link:focus {
|
||||||
background: rgba(0, 0, 0, 0.08);
|
background: rgba(0, 0, 0, 0.08);
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
background-color: black;
|
background-color: white;
|
||||||
}
|
}
|
||||||
.alert {
|
.alert {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
|
2
css-compiled/material.min.css
vendored
2
css-compiled/material.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,4 @@
|
||||||
// main: material.less
|
// main: material.less
|
||||||
div {
|
|
||||||
background-color: black;
|
|
||||||
}
|
|
||||||
.alert {
|
.alert {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user