Merge pull request #124 from zpao/keep-compare-size-cache

The compare_size cache gets wiped out with `grunt clean`
This commit is contained in:
Ben Newman
2013-06-26 11:57:03 -07:00
+1 -1
View File
@@ -12,6 +12,6 @@ module.exports = {
return gzip.zip(contents, {}).length;
}
},
cache: "build/.sizecache.json"
cache: ".grunt/sizecache.json"
}
};