From: Jörn Zaefferer Date: Fri, 20 Sep 2013 15:59:04 +0000 (+0200) Subject: Build: Update grunt-compare-size to latest, add it's .sizecache.json to .gitignore X-Git-Tag: 1.11.0-beta.1~251 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=041e0ec49267fbd5a8a967ea111527fd14332161;p=jquery-ui.git Build: Update grunt-compare-size to latest, add it's .sizecache.json to .gitignore --- 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",