Skip to content

Commit

Permalink
Make the building system react better to config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed May 27, 2020
1 parent 3849f77 commit f90fac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-plans.toml
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ italic = "italic"
# Menu width : affects the font menu name
# CSS stretch : affects the webfont CSS "font-stretch" property
#
# IMPORTANT : Currently "shape" property only support 3, 5, and 7
# and "menu" only support 1, 2, 3, 4, 5, 6, 7, 8, 9
# IMPORTANT : Currently "shape" property only support 3 ... 9
# and "menu" only support 1 ... 9

[widths.normal]
shape = 5
Expand Down
2 changes: 1 addition & 1 deletion verdafile.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function tryParseToml(str) {
}
}

const RawPlans = oracle(`metadata:raw-plans`, async target => {
const RawPlans = computed(`metadata:raw-plans`, async target => {
await target.need(sfu(BUILD_PLANS), ofu(PRIVATE_BUILD_PLANS));

const bp = await tryParseToml(BUILD_PLANS);
Expand Down

0 comments on commit f90fac9

Please sign in to comment.