From 355f80b10cabda04874963dbeaa9fa92ebf60c91 Mon Sep 17 00:00:00 2001 From: Almog Cohen Date: Fri, 16 Oct 2015 13:49:28 +0300 Subject: [PATCH 1/2] Changed the grunt unglify version to the latest. The previous version failed to unglify on my windows 10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f106be13..b2872d8f 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "devDependencies": { "grunt": "~0.4.0", "grunt-contrib-concat": "~0.1.3", - "grunt-contrib-uglify": "~0.1.2" + "grunt-contrib-uglify": "~0.9.2" } } From 0ec48ccf384911f7c4719a7854625bf419736fb6 Mon Sep 17 00:00:00 2001 From: Almog Cohen Date: Fri, 16 Oct 2015 13:54:57 +0300 Subject: [PATCH 2/2] minor --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b2872d8f..5149ee0f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "MIT", "devDependencies": { "grunt": "~0.4.0", - "grunt-contrib-concat": "~0.1.3", - "grunt-contrib-uglify": "~0.9.2" + "grunt-contrib-uglify": "~0.9.2", + "grunt-contrib-concat": "~0.1.3" } }