diff --git a/services/chat/Gruntfile.coffee b/services/chat/Gruntfile.coffee index 0fdf47bfb7..67a884e377 100644 --- a/services/chat/Gruntfile.coffee +++ b/services/chat/Gruntfile.coffee @@ -125,8 +125,7 @@ module.exports = (grunt) -> grunt.registerTask 'compile', ['clean', 'copy', 'coffee', 'less', 'jade', 'requirejs'] grunt.registerTask 'install', ['compile'] - grunt.registerTask 'run', ['compile', 'bunyan', 'execute'] + grunt.registerTask 'default', ['compile', 'bunyan', 'execute'] grunt.registerTask 'compileAndCompress', ['compile', 'uglify'] - grunt.registerTask 'default', ['compile', 'concurrent'] grunt.registerTask 'test:unit', ['compile', 'mochaTest:unit']