From c471ed09af72ecaeffe9fef65e8efc63f334a4c0 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 28 Sep 2014 13:52:24 -0700 Subject: [PATCH 1/2] update devDependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e10d89b61..8b8f974ce 100755 --- a/package.json +++ b/package.json @@ -42,9 +42,9 @@ "grunt-concurrent": "1.0.0", "grunt-contrib-clean": "0.6.0", "grunt-contrib-coffee": "0.11.1", - "grunt-contrib-compress": "0.11.0", + "grunt-contrib-compress": "0.12.0", "grunt-contrib-concat": "0.5.0", - "grunt-contrib-copy": "0.5.0", + "grunt-contrib-copy": "0.6.0", "grunt-contrib-watch": "0.6.1", "grunt-crx": "0.3.3", "grunt-shell": "1.1.1", From 74cff28c5351d255937920fdcab8af91df4673f8 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 28 Sep 2014 13:53:42 -0700 Subject: [PATCH 2/2] make match condition in copy:builds work cross-platform --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 4a9572587..6bcbef9b8 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -105,7 +105,7 @@ module.exports = (grunt) -> expand: true filter: (src) -> pkg = grunt.config 'pkg' - grunt.file.isFile(src) and src isnt "testbuilds/#{pkg.name}#{pkg.meta.suffix.dev}.user.js" + grunt.file.isFile(src) and !grunt.file.isMatch(src, "testbuilds/#{pkg.name}#{pkg.meta.suffix.dev}.user.js") coffee: script: