From c42b018915b43ac3df7bc5476ca010859822c012 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 29 May 2013 16:45:12 -0700 Subject: [PATCH] Simplify lint task --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 044e10c5c..76917006b 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -36,5 +36,5 @@ module.exports = (grunt) -> rm 'node' rm 'prebuilt-cef' - grunt.registerTask('lint', ['coffeelint:src', 'coffeelint:test', 'csslint:src']) + grunt.registerTask('lint', ['coffeelint', 'csslint']) grunt.registerTask('default', 'lint')