Skip to content

Conversation

@levkk
Copy link
Contributor

@levkk levkk commented Sep 5, 2023

Table

image

Tabs

image

@levkk levkk requested a review from chillenberger September 5, 2023 22:26

fn main() {
println!("cargo:rerun-if-changed=migrations");
println!("cargo:rerun-if-changed=src");
Copy link
Contributor Author

@levkk levkk Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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.

@levkk levkk merged commit 7750ed2 into master Sep 5, 2023
@levkk levkk deleted the levkk-manage-components branch September 5, 2023 22:36
SilasMarvin pushed a commit that referenced this pull request Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant