set-build task isn't used anymore.

This commit is contained in:
ccd0 2016-04-09 19:50:48 -07:00
parent 6e95bb19d8
commit 0c45d5c427

View File

@ -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'