8
0
Pārlūkot izejas kodu

Configured `grunt default` to run `jscs:git`.

fredck 11 gadi atpakaļ
vecāks
revīzija
477f3f9ae5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      gruntfile.js

+ 1 - 1
gruntfile.js

@@ -4,7 +4,7 @@
 
 module.exports = function( grunt ) {
 	// First register the "default" task, so it can be analized by other tasks.
-	grunt.registerTask( 'default', [ 'jshint:git', 'jscs' ] );
+	grunt.registerTask( 'default', [ 'jshint:git', 'jscs:git' ] );
 
 	// Basic configuration, which will be overloaded by the tasks.
 	grunt.initConfig( {