]> source.dussan.org Git - jquery.git/commitdiff
Grunt: put .sizecache.json in build/, not dist/. (see 6095be1260c5c0e7dfe88380501188d...
authorMichał Gołębiowski <m.goleb@gmail.com>
Sun, 10 Nov 2013 21:34:46 +0000 (22:34 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Sun, 10 Nov 2013 21:34:46 +0000 (22:34 +0100)
Gruntfile.js

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