mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
@@ -12,6 +12,6 @@ module.exports = {
|
||||
return gzip.zip(contents, {}).length;
|
||||
}
|
||||
},
|
||||
cache: "build/.sizecache.json"
|
||||
cache: ".grunt/sizecache.json"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user