From 9d65a93c834e45ae67307e06f95fbcac7bef36bc Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 10 Apr 2014 01:35:21 -0700 Subject: [PATCH] another Gruntfile change --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'