From 7eff25e1808ecc599e38417a1e790ab538e268b0 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Thu, 20 Jun 2013 10:16:57 -0700 Subject: [PATCH] Install atom when default grunt task is run --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index c3166b08f..5dc396f79 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -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) ->