@@ -80,21 +80,21 @@ module.exports = function(grunt) {
8080 test : {
8181 options : {
8282 port : 8041 ,
83- open : ' http://localhost:8041/_SpecRunner.html' ,
83+ open : " http://localhost:8041/_SpecRunner.html" ,
8484 base : "."
8585 }
8686 }
8787 } ,
8888
8989 jasmine : {
90- scripts : ' scripts/**/*.js' ,
90+ scripts : " scripts/**/*.js" ,
9191 options : {
9292 build : true ,
93- specs : ' test/*Spec.js' ,
94- helpers : ' test/*Helper.js' ,
93+ specs : " test/*Spec.js" ,
94+ helpers : " test/*Helper.js" ,
9595 vendor : [
96- ' https://code.jquery.com/jquery-1.10.2.min.js' ,
97- ' https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js'
96+ " https://code.jquery.com/jquery-1.10.2.min.js" ,
97+ " https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"
9898 ]
9999 }
100100 } ,
@@ -107,8 +107,7 @@ module.exports = function(grunt) {
107107 all : [
108108 "Gruntfile.js" ,
109109 "scripts/**/*.js" ,
110- "template/**/*.js" ,
111- "test/**/*.js"
110+ "template/**/*.js"
112111 ] ,
113112 test : {
114113 options : {
@@ -132,9 +131,9 @@ module.exports = function(grunt) {
132131 livereload : "<%= connect.options.livereload %>"
133132 } ,
134133 files : [
135- ' index.html' ,
136- ' css-compiled/**/*.css' ,
137- ' **/*.{png,jpg,jpeg,gif,webp,svg}'
134+ " index.html" ,
135+ " css-compiled/**/*.css" ,
136+ " **/*.{png,jpg,jpeg,gif,webp,svg}"
138137 ]
139138 }
140139 }
@@ -168,6 +167,6 @@ module.exports = function(grunt) {
168167 "build:" + buildTarget ,
169168 "connect:livereload" ,
170169 "watch"
171- ] )
170+ ] ) ;
172171 } ) ;
173172} ;
0 commit comments