-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add documentation for html development (#672)
- Loading branch information
Showing
2 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ | |
"build": "cp LICENSE js/LICENSE && deno run -A jsr:@deno/[email protected] --project deno_doc_wasm --out js", | ||
"test": "deno test -A", | ||
"tailwind": "deno run -A build_css.ts", | ||
"gen_html": "deno task tailwind && cargo run --example ddoc -- --name=Test --html ./tests/testdata/multiple/* --output generated_docs/", | ||
"gen_html": "cargo run --example ddoc -- --name=gen_html --output generated_docs/ --html", | ||
"debug": "deno task tailwind && deno task doc ./tests/testdata/multiple/*", | ||
"test:update": "UPDATE=1 cargo test --locked --all-targets && cargo insta test --accept" | ||
}, | ||
"workspace": ["js"], | ||
|