Skip to content

Commit

Permalink
chore: update twd task
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jun 18, 2024
1 parent ddf9784 commit e7d8e9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"dist": "deno run -A jsr:@kt3k/pack mod.ts > docs/dist.js",
"min": "deno run -A npm:terser --compress --mangle --toplevel -o docs/dist.min.js -- docs/dist.js",
"size": "deno run --allow-read https://deno.land/x/[email protected]/cli.ts --include-original docs/dist.min.js",
"twd": "deno run -A --allow-read=. --allow-write=style.css --allow-net=deno.land,esm.sh,cdn.esm.sh https://deno.land/x/[email protected]/cli.ts -o style.css index.html",
"twd-w": "deno task twd -- -w",
"twd": "deno run -A --allow-read=. --allow-write=style.css --allow-net=deno.land,esm.sh,cdn.esm.sh https://deno.land/x/[email protected]/cli.ts -o docs/style.css docs/index.html",
"start": "deno run --allow-sys --allow-read=. --allow-net=0.0.0.0:8000 jsr:@std/http/file-server docs --port 8000"
},
"imports": {
Expand Down

0 comments on commit e7d8e9f

Please sign in to comment.