File tree 3 files changed +15
-6
lines changed
3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change
1
+ jshint :
2
+ options :
3
+ # reporter: require('jshint-stylish')
4
+ server :
5
+ src :
6
+ - ' lib/*.js'
7
+ options :
8
+ # jshintrc: 'garu-server/.jshintrc-spec'
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ angular.module("formalizer")
7
7
$element [ 0 ] . focus ( ) ;
8
8
} ) ;
9
9
}
10
- }
11
- } ] )
10
+ } ;
11
+ } ] ) ;
Original file line number Diff line number Diff line change 30
30
"bootstrap-grunt" : " 0.0.2" ,
31
31
"express" : " *" ,
32
32
"grunt" : " ^0.4.5" ,
33
- "grunt-contrib-concat" : " ^0.5.0" ,
34
- "grunt-contrib-cssmin" : " ^0.10.0" ,
35
- "grunt-contrib-uglify" : " ^0.5.1" ,
36
- "grunt-html2js" : " ^0.2.8" ,
33
+ "grunt-contrib-concat" : " *" ,
34
+ "grunt-contrib-cssmin" : " *" ,
35
+ "grunt-contrib-uglify" : " *" ,
36
+ "grunt-contrib-jshint" : " *" ,
37
+ "grunt-html2js" : " *" ,
37
38
"grunt-release" : " ^0.7.0" ,
38
39
"jasmine-core" : " ^2.3.4" ,
39
40
"karma" : " ^0.13.9" ,
You can’t perform that action at this time.
0 commit comments