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