another Gruntfile change
This commit is contained in:
parent
ff057d4f29
commit
9d65a93c83
@ -85,7 +85,6 @@ module.exports = (grunt) ->
|
|||||||
|
|
||||||
concurrent:
|
concurrent:
|
||||||
build: [
|
build: [
|
||||||
'concat:meta'
|
|
||||||
'build-crx'
|
'build-crx'
|
||||||
'build-userscript'
|
'build-userscript'
|
||||||
]
|
]
|
||||||
@ -198,6 +197,7 @@ module.exports = (grunt) ->
|
|||||||
grunt.registerTask 'release', [
|
grunt.registerTask 'release', [
|
||||||
'build'
|
'build'
|
||||||
'shell:pack'
|
'shell:pack'
|
||||||
|
'concat:meta'
|
||||||
'copy:builds'
|
'copy:builds'
|
||||||
'shell:commit'
|
'shell:commit'
|
||||||
'shell:push'
|
'shell:push'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user