mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 21:45:03 -05:00
Grunt: put .sizecache.json in build/, not dist/. (see 6095be1260)
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = function( grunt ) {
|
||||
return gzip.zip( contents, {} ).length;
|
||||
}
|
||||
},
|
||||
cache: "dist/.sizecache.json"
|
||||
cache: "build/.sizecache.json"
|
||||
}
|
||||
},
|
||||
build: {
|
||||
|
||||
Reference in New Issue
Block a user