From 0c45d5c4271e80721a8de6f689f265012e55bd44 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 9 Apr 2016 19:50:48 -0700 Subject: [PATCH] set-build task isn't used anymore. --- Gruntfile.coffee | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index cf84d26d4..9b17e3abb 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -232,12 +232,6 @@ module.exports = (grunt) -> 'build' ] - grunt.registerTask 'set-build', 'Set the build type variable', (type) -> - pkg = grunt.config 'pkg' - pkg.type = type - grunt.config 'pkg', pkg - grunt.log.ok 'pkg.type = %s', type - grunt.registerTask 'set-channel', 'Set the update channel', (channel) -> pkg = grunt.config 'pkg' pkg.channel = channel @@ -263,7 +257,6 @@ module.exports = (grunt) -> ] grunt.registerTask 'build-crx', [ - 'set-build:crx' 'shell:crx' 'set-channel:stable' 'build-crx-channel' @@ -309,7 +302,6 @@ module.exports = (grunt) -> ] grunt.registerTask 'build-userscript', [ - 'set-build:userscript' 'shell:userscript' 'set-channel:stable' 'build-userscript-channel'