aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-11-10 22:34:46 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2013-11-10 22:34:46 +0100
commit762459aa0d2f984e7a03bec65ed1f46d43e60cde (patch)
tree620e45e73fcb9cc87ab304da7681e2b25a893ee0 /Gruntfile.js
parentb349731e57608de75b00893261452e376b29df99 (diff)
downloadjquery-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.js2
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: {