Caching improvement: now caching works across families
This commit is contained in:
parent
de458c9fce
commit
04a6a29238
7 changed files with 122 additions and 34 deletions
7
font-src/merge-cache.js
Normal file
7
font-src/merge-cache.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
"use strict";
|
||||
|
||||
const Caching = require("./gen/caching/index");
|
||||
|
||||
module.exports = async function main(argv) {
|
||||
await Caching.merge(argv.base, argv.diff, argv.version, argv.freshAgeKey);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue