another Gruntfile change

This commit is contained in:
ccd0 2014-04-10 01:35:21 -07:00
parent ff057d4f29
commit 9d65a93c83

View File

@ -85,7 +85,6 @@ module.exports = (grunt) ->
concurrent:
build: [
'concat:meta'
'build-crx'
'build-userscript'
]
@ -198,6 +197,7 @@ module.exports = (grunt) ->
grunt.registerTask 'release', [
'build'
'shell:pack'
'concat:meta'
'copy:builds'
'shell:commit'
'shell:push'