Skip to content

Conversation

@foolip
Copy link
Member

@foolip foolip commented Feb 20, 2025

No description provided.

src/main.rs Outdated
// Find the paths we need.
let cache_dir = path_from_env("HTML_CACHE", ".cache");
let source_dir = path_from_env("HTML_SOURCE", "../html");
let use_bikeshed_str = env::var_os("USE_BIKESHED");
Copy link
Member Author

Choose a reason for hiding this comment

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

It'd probably be less messy to use a --bikeshed command line arg.

@foolip foolip marked this pull request as ready for review October 29, 2025 21:59
@foolip foolip requested a review from annevk October 29, 2025 21:59
@foolip
Copy link
Member Author

foolip commented Oct 29, 2025

Although this is far from complete, I'd like to add the experimental mode to html-build to make collaboration on it easier. At TPAC I'd like to demo how to use it (which is a lot easier if this is merged) and where people can help out if they're interested.

I'm happy to clean up some things if requested, I wrote this as an experiment and probably left a few weird things in that need explaining or removing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants