set-build task isn't used anymore.
This commit is contained in:
parent
6e95bb19d8
commit
0c45d5c427
@ -232,12 +232,6 @@ module.exports = (grunt) ->
|
|||||||
'build'
|
'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) ->
|
grunt.registerTask 'set-channel', 'Set the update channel', (channel) ->
|
||||||
pkg = grunt.config 'pkg'
|
pkg = grunt.config 'pkg'
|
||||||
pkg.channel = channel
|
pkg.channel = channel
|
||||||
@ -263,7 +257,6 @@ module.exports = (grunt) ->
|
|||||||
]
|
]
|
||||||
|
|
||||||
grunt.registerTask 'build-crx', [
|
grunt.registerTask 'build-crx', [
|
||||||
'set-build:crx'
|
|
||||||
'shell:crx'
|
'shell:crx'
|
||||||
'set-channel:stable'
|
'set-channel:stable'
|
||||||
'build-crx-channel'
|
'build-crx-channel'
|
||||||
@ -309,7 +302,6 @@ module.exports = (grunt) ->
|
|||||||
]
|
]
|
||||||
|
|
||||||
grunt.registerTask 'build-userscript', [
|
grunt.registerTask 'build-userscript', [
|
||||||
'set-build:userscript'
|
|
||||||
'shell:userscript'
|
'shell:userscript'
|
||||||
'set-channel:stable'
|
'set-channel:stable'
|
||||||
'build-userscript-channel'
|
'build-userscript-channel'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user