瀏覽代碼

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

fredck 11 年之前
父節點
當前提交
477f3f9ae5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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( {