diff options
author | metamuffin <metamuffin@disroot.org> | 2023-06-24 23:50:22 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-06-24 23:50:22 +0200 |
commit | b408b2ebcafddde5a93a3f708d815fcf740607fb (patch) | |
tree | 562ff7b45aa973ef91f7d9ba22f3c4e8dc957363 /readme.md | |
parent | bdbb7c8b092e2e59d36ad7e979fbe9ac0a2fcff1 (diff) | |
download | keks-meet-b408b2ebcafddde5a93a3f708d815fcf740607fb.tar keks-meet-b408b2ebcafddde5a93a3f708d815fcf740607fb.tar.bz2 keks-meet-b408b2ebcafddde5a93a3f708d815fcf740607fb.tar.zst |
embed sass without debug_assertions
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |