| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
|
||
| fn main() { | ||
| println!("cargo:rerun-if-changed=migrations"); | ||
| println!("cargo:rerun-if-changed=src"); |
There was a problem hiding this comment.
@chillenberger This rebuilt the app every time we changed css which was kinda slow. Instead, I'm running:
cargo watch \ --exec 'pgml-components bundle' \ --watch src/ \ --watch static/ \ --ignore bundle.*.*
in a separate terminal.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Table
Tabs