From 31bca7ea930eab9c708c111fea7d0d2bf17b67a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=BDu=C5=BEak?= Date: Wed, 18 Feb 2015 17:23:23 +0100 Subject: [PATCH] Remove markdown:guides task which doesn't exist anymore --- build/Gruntfile.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index be093d93e..05efaeb38 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -220,7 +220,6 @@ module.exports = (grunt) -> grunt.registerTask('compile', ['coffee', 'prebuild-less', 'cson', 'peg']) grunt.registerTask('lint', ['coffeelint', 'csslint', 'lesslint']) grunt.registerTask('test', ['shell:kill-atom', 'run-specs']) - grunt.registerTask('docs', ['markdown:guides', 'build-docs']) ciTasks = ['output-disk-space', 'download-atom-shell', 'download-atom-shell-chromedriver', 'build'] ciTasks.push('dump-symbols') if process.platform isnt 'win32'