diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 646d8b8aa..4c25704ef 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -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'