File tree 3 files changed +19
-0
lines changed
3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "preset" : " google"
3
+ }
Original file line number Diff line number Diff line change @@ -192,6 +192,21 @@ module.exports = function (grunt) {
192
192
}
193
193
} ,
194
194
195
+ jscs: {
196
+ options : {
197
+ config : ".jscs.json"
198
+ } ,
199
+ main : {
200
+ files : {
201
+ src : [
202
+ '<%%= yeoman.client %>/app/**/*.js' ,
203
+ '<%%= yeoman.client %>/app/**/*.js' ,
204
+ 'server/**/*.js'
205
+ ]
206
+ }
207
+ }
208
+ } ,
209
+
195
210
// Empties folders to start fresh
196
211
clean: {
197
212
dist : {
Original file line number Diff line number Diff line change 48
48
"grunt-contrib-jade" : " ^0.11.0" ,<% } %><% if(filters.less) { %>
49
49
"grunt-contrib-less" : " ^0.11.4" ,<% } %>
50
50
"grunt-google-cdn" : " ~0.4.0" ,
51
+ "grunt-jscs" : " ~0.7.1" ,
51
52
"grunt-newer" : " ~0.7.0" ,
52
53
"grunt-ng-annotate" : " ^0.2.3" ,
53
54
"grunt-rev" : " ~0.1.0" ,
You can’t perform that action at this time.
0 commit comments