diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-11-10 22:34:46 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-11-10 22:34:46 +0100 |
commit | 762459aa0d2f984e7a03bec65ed1f46d43e60cde (patch) | |
tree | 620e45e73fcb9cc87ab304da7681e2b25a893ee0 /Gruntfile.js | |
parent | b349731e57608de75b00893261452e376b29df99 (diff) | |
download | jquery-762459aa0d2f984e7a03bec65ed1f46d43e60cde.tar.gz jquery-762459aa0d2f984e7a03bec65ed1f46d43e60cde.zip |
Grunt: put .sizecache.json in build/, not dist/. (see 6095be1260c5c0e7dfe88380501188d4c50975eb)
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 8baf8bc8c..a4b94187a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,7 +27,7 @@ module.exports = function( grunt ) { return gzip.zip( contents, {} ).length; } }, - cache: "dist/.sizecache.json" + cache: "build/.sizecache.json" } }, build: { |