diff options
author | Keagan Scott <kscott@ecstuning.com> | 2023-11-15 15:35:03 -0500 |
---|---|---|
committer | Keagan Scott <kscott@ecstuning.com> | 2024-01-26 19:52:33 -0500 |
commit | 50b10e27f8ae984249c27e4abc10a232f0ffb53e (patch) | |
tree | 6dc8f3167c9b7c7725b0a6f48d0e5e5dab8d3d6a /deno.json | |
parent | 5a5c90c4bfa7d0c54c3e5ff677f0dd7023fc45c3 (diff) | |
download | missing-50b10e27f8ae984249c27e4abc10a232f0ffb53e.tar.gz missing-50b10e27f8ae984249c27e4abc10a232f0ffb53e.zip |
Build step copies dist/js into www/missing-js so components in pages like 40-aria.md can function when deployed to Netlify.
Diffstat (limited to 'deno.json')
-rw-r--r-- | deno.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ "www": "deno task lume", "lume": "cd www && echo \"import 'lume/cli.ts'\" | deno run --unstable -A -", "css": "deno run -qA tool/css.ts src/missing.css && deno run -qA tool/css.ts src/missing-prism.css", - "js": "rm -rf dist/js && cp -r src/js dist/js" + "js": "rm -rf dist/js && cp -r src/js dist/js && cp -r dist/js www/missing-js" }, "nodeModulesDir": false, "lock": false |