Grunt: put .sizecache.json in build/, not dist/. (see 6095be1260)

This commit is contained in:
Michał Gołębiowski 2013-11-10 22:34:46 +01:00
parent b349731e57
commit 762459aa0d

View File

@ -27,7 +27,7 @@ module.exports = function( grunt ) {
return gzip.zip( contents, {} ).length; return gzip.zip( contents, {} ).length;
} }
}, },
cache: "dist/.sizecache.json" cache: "build/.sizecache.json"
} }
}, },
build: { build: {