mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Grunt: put .sizecache.json in build/, not dist/. (see 6095be1260
)
This commit is contained in:
parent
b349731e57
commit
762459aa0d
@ -27,7 +27,7 @@ module.exports = function( grunt ) {
|
|||||||
return gzip.zip( contents, {} ).length;
|
return gzip.zip( contents, {} ).length;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
cache: "dist/.sizecache.json"
|
cache: "build/.sizecache.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
|
Loading…
Reference in New Issue
Block a user