Remove lint from default task

It is causing an error.
This commit is contained in:
probablycorey
2013-06-17 16:00:11 -07:00
parent 5380a342d5
commit e6750de14d

View File

@@ -255,4 +255,4 @@ module.exports = (grunt) ->
grunt.registerTask('compile', ['coffee', 'less', 'cson'])
grunt.registerTask('lint', ['coffeelint', 'csslint', 'lesslint'])
grunt.registerTask('ci', ['clean', 'bootstrap', 'build', 'test'])
grunt.registerTask('default', ['lint', 'build'])
grunt.registerTask('default', 'build')