Update default grunt task

This commit is contained in:
probablycorey
2013-06-20 15:25:46 -07:00
parent 2d583d6ea0
commit ee0d073cd2

View File

@@ -191,8 +191,8 @@ module.exports = (grunt) ->
grunt.registerTask('compile', ['coffee', 'less', 'cson'])
grunt.registerTask('lint', ['coffeelint', 'csslint', 'lesslint'])
grunt.registerTask('ci', ['clean', 'bootstrap', 'build', 'test'])
grint.registerTask('deploy', ['clean', 'bootstrap', 'build', 'codesign'])
grunt.registerTask('default', ['build', 'install'])
grunt.registerTask('deploy', ['clean', 'bootstrap', 'build', 'codesign'])
grunt.registerTask('default', ['bootstrap', 'build', 'set-development-version', 'install'])
spawn = (options, callback) ->
grunt.util.spawn options, (error, results, code) ->