From 041e0ec49267fbd5a8a967ea111527fd14332161 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=CC=88rn=20Zaefferer?= Date: Fri, 20 Sep 2013 17:59:04 +0200 Subject: [PATCH] Build: Update grunt-compare-size to latest, add it's .sizecache.json to .gitignore --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index de4d1f007..a8b8bc7ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ dist node_modules +.sizecache.json \ No newline at end of file diff --git a/package.json b/package.json index 4a9316612..9be0a3621 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "grunt-contrib-qunit": "0.2.0", "grunt-contrib-csslint": "0.1.1", "grunt-contrib-cssmin": "0.4.2", - "grunt-compare-size": "0.3.1", + "grunt-compare-size": "0.4.0-rc.3", "grunt-html": "0.3.3", "grunt-git-authors": "1.2.0", "rimraf": "2.1.4", -- 2.39.5