From b408b2ebcafddde5a93a3f708d815fcf740607fb Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 24 Jun 2023 23:50:22 +0200 Subject: embed sass without debug_assertions --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 758bfc9..57e7b5b 100644 --- a/readme.md +++ b/readme.md @@ -37,15 +37,15 @@ make install-server # binaries will be copied to ~/.cargo/bin ``` When changing code, use `make watch` to re-build things automatically as needed. -(might require `cargo install systemfd cargo-watch`) +(requires `cargo install systemfd cargo-watch`) The client configuration file (`config/client.toml`) configures the client and requires server recompilation on change for now. The server's bind address can be controlled using the `BIND` environment -variable. In production you can also activate the `standalone` feature (enabled -when using `make install`) to embed all assets into the binary; This speeds it -up and allows the server to run from just the binary. +variable. When compilin without debug assertions (release) all assets are +embedded into the binary; This is a speedup and allows the server to run from +just the binary. If you use this project or have any suggestions, please [contact me](https://metamuffin.org/contact) -- cgit v1.3