Install atom when default grunt task is run

This commit is contained in:
probablycorey
2013-06-20 10:16:57 -07:00
parent ab53e2ffda
commit 7eff25e180

View File

@@ -194,7 +194,7 @@ 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', ['build'])
grunt.registerTask('default', ['build', 'install'])
cp = (source, destination, {filter}={}) ->
copyFile = (source, destination) ->