mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-14 00:27:12 +00:00
c53fc67d38
* Add task for cargo leptos w/ precompression * Update makefile * Update deps * Serve precompressed assets Code was taken from https://github.com/leptos-rs/cargo-leptos/pull/165#issuecomment-1647843037 Co-authored-by: Sebastian Dobe <sebastiandobe@mailbox.org> * Dynamically compress html * Update README * Refactor: Format for ci * Refactor: Replace use of format! * Chore: Remove old build file * Feat: Hash files This will prevent users from using an old cached file after updates are made * Fix: Prevent chicken & egg problem with target/site * Refactor: Use normal cargo-leptos --------- Co-authored-by: Sebastian Dobe <sebastiandobe@mailbox.org>
8 lines
165 B
TOML
8 lines
165 B
TOML
extend = [
|
|
{ path = "../cargo-make/main.toml" },
|
|
{ path = "../cargo-make/cargo-leptos-compress.toml" },
|
|
]
|
|
|
|
[env]
|
|
|
|
CLIENT_PROCESS_NAME = "hackernews_islands"
|