fixed livereload, using default 35729 port

This commit is contained in:
Nelson Omuto 2014-10-03 16:58:06 -04:00
parent 720479cb1e
commit 1d2145beb0
9 changed files with 7 additions and 53 deletions

View File

@ -67,7 +67,7 @@ module.exports = function(grunt) {
options: {
port: 8040,
hostname: "localhost",
livereload: 35741
livereload: 35729
},
livereload: {

View File

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

View File

@ -2366,7 +2366,7 @@ fieldset[disabled] .navbar .btn-link:focus {
background: rgba(0, 0, 0, 0.08);
}
div {
background-color: black;
background-color: white;
}
.alert {
border: 0px;

File diff suppressed because one or more lines are too long

View File

@ -2365,7 +2365,7 @@ fieldset[disabled] .navbar .btn-link:focus {
background: rgba(0, 0, 0, 0.08);
}
div {
background-color: black;
background-color: white;
}
.alert {
border: 0px;

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,4 @@
// main: material.less
div {
background-color: black;
}
.alert {
border: 0px;
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