From 0a00fc4228773bc118d86ccc53add47c278e049a Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 10 Apr 2013 02:45:03 +0200 Subject: [PATCH] Update compress deps. --- Gruntfile.js | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9e7acb52b..b51ae6de0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -104,13 +104,14 @@ module.exports = function(grunt) { compress: { crx: { options: { - archive: 'builds/4chan-X.zip', + archive: 'builds/<%= pkg.name %>.zip', level: 9, pretty: true }, expand: true, - cwd: 'builds/crx/', - src: '**' + flatten: true, + src: 'builds/crx/*', + dest: '/' } }, clean: { diff --git a/package.json b/package.json index 1877b74e6..3cde77411 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "grunt-bump": "~0.0.0", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-coffee": "~0.6.5", - "grunt-contrib-compress": "~0.4.7", + "grunt-contrib-compress": "~0.4.9", "grunt-contrib-concat": "~0.1.3", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-watch": "~0.3.1",