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