Cleanup
This commit is contained in:
parent
3658b36d37
commit
2caf429edb
@ -2,11 +2,11 @@
|
||||
|
||||
:nofooter:
|
||||
:!webfonts:
|
||||
:source-highlighter: rouge
|
||||
:rouge-style: molokai
|
||||
:sectlinks:
|
||||
// :source-highlighter: rouge
|
||||
// :rouge-style: molokai
|
||||
// :sectlinks:
|
||||
|
||||
= xpin
|
||||
= Index
|
||||
|
||||
== Pages
|
||||
|
||||
|
6
justfile
6
justfile
@ -22,16 +22,16 @@ wordlist-build:
|
||||
. wordlist/venv/bin/activate && cd wordlist && for i in *.py; do "./${i}"; done
|
||||
|
||||
js-build: output-clean wasm-build docs-build
|
||||
rsync -ha ./build/docs/ ./web-frontend/static/docs/
|
||||
yarn --cwd ./web-frontend/ build
|
||||
rsync -ha ./web-frontend/build/ ./build/
|
||||
|
||||
output-clean:
|
||||
rm -vrf ./build/ ./web-frontend/build/
|
||||
mkdir ./build/
|
||||
rm -vrf ./build/ ./web-frontend/build/ ./web-frontend/static/docs/
|
||||
mkdir -p ./build/ ./web-frontend/static/docs/
|
||||
|
||||
docs-build: output-clean
|
||||
earthly +docs
|
||||
rsync --stats -ha ./build/docs/ ./web-frontend/static/docs/
|
||||
cargo doc --all
|
||||
|
||||
# TODO: Clippy
|
||||
|
Loading…
Reference in New Issue
Block a user