Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Campfire serve and open-browser #638

Merged
merged 12 commits into from
Aug 9, 2023
Merged

Campfire serve and open-browser #638

merged 12 commits into from
Aug 9, 2023

Conversation

ten3roberts
Copy link
Contributor

Improves the web workflow through campfire

@ten3roberts ten3roberts force-pushed the web-workflow branch 2 times, most recently from 155b51d to 2c59248 Compare August 9, 2023 10:09
@ten3roberts ten3roberts changed the title Web workflow Campfire serve and open-browser Aug 9, 2023
@ten3roberts ten3roberts marked this pull request as ready for review August 9, 2023 10:21
@@ -323,7 +323,7 @@ fn material_filter_matches(filter: &MaterialFilter, mat: &PbrMaterialDesc) -> bo
// }
// }

pub const MODEL_EXTENSIONS: &[&str] = &["glb", "fbx", "obj", "x"];
pub const MODEL_EXTENSIONS: &[&str] = &["glb", "gltf", "fbx", "obj", "x"];
Copy link
Contributor

Choose a reason for hiding this comment

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

lol nice, I guess this fixes #644 as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, did it while pairing with @chaosprint and it just came up and we did it on the go while discussing how my edit-build-test workflow loop looks 😆

Copy link
Contributor

@philpax philpax left a comment

Choose a reason for hiding this comment

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

lgtm, hope it all works!

// return false;
// }

match fname.to_str() {
Copy link
Contributor

Choose a reason for hiding this comment

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

looking at this - maybe, as a future extension, it should respect .gitignore? definitely not necessary now, just figured I'd plant the idea

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, figured as such as well.

Oh .DS_STORE how I've missed you

@ten3roberts
Copy link
Contributor Author

Accidentally fixes #644

@ten3roberts ten3roberts merged commit 475e0cb into main Aug 9, 2023
14 checks passed
@ten3roberts ten3roberts deleted the web-workflow branch August 9, 2023 15:57
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.

2 participants