Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Jun 24, 2020
1 parent 20cd995 commit 7000df1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions verdafile.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,12 +396,7 @@ function fnStandardTtc(collectConfig, prefix, w, wd, s) {
const BuildRawTtf = file.make(
(gr, fn) => `${BUILD}/${gr}/${fn}.raw.ttf`,
async (target, output, gr, fn) => {
const [fi] = await target.need(
FontInfoOf(fn),
Version,
OptimizeWithFilter,
OptimizeWithTtx
);
const [fi] = await target.need(FontInfoOf(fn), Version);
const charmap = output.dir + "/" + fn + ".charmap";
await target.need(Scripts, Parameters, de`${output.dir}`);
const otdPath = `${output.dir}/${output.name}.otd`;
Expand Down

0 comments on commit 7000df1

Please sign in to comment.