mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
The compare_size cache gets wiped out with grunt clean
`.grunt/` is the directory that is suggested for storing task related files, and this file is not useful if it gets wiped out often. So I'm moving the compare_size cache into `.grunt/` so we keep it around longer.
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