aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/deno.json
diff options
context:
space:
mode:
authorKeagan Scott <kscott@ecstuning.com>2023-11-15 15:35:03 -0500
committerKeagan Scott <kscott@ecstuning.com>2024-01-26 19:52:33 -0500
commit50b10e27f8ae984249c27e4abc10a232f0ffb53e (patch)
tree6dc8f3167c9b7c7725b0a6f48d0e5e5dab8d3d6a /deno.json
parent5a5c90c4bfa7d0c54c3e5ff677f0dd7023fc45c3 (diff)
downloadmissing-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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/deno.json b/deno.json
index 6b3e2f5..e07d424 100644
--- a/deno.json
+++ b/deno.json
@@ -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