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

Easy way to preview unreleased reference changes on the p5.js repo #474

Open
davepagurek opened this issue Jul 29, 2024 · 0 comments
Open

Comments

@davepagurek
Copy link
Collaborator

Increasing Access

Currently, in the p5.js repo, I write documentation by editing the doc comments in the code and running grunt yui:dev, which launches a local miniature version of the reference. This still works, but uses the CSS from the old site. This is still useful, but it would be great if there were an easy way to preview changes on the new site to get a better sense of how everything will look, rather than having to guess, and possibly correcting it in a future release, which can take months.

Most appropriate sub-area of p5.js?

Reference

Feature request details

Currently it clones a library repo fresh here:

await cloneLibraryRepo(localPath);

Maybe we can augment this to optionally build reference data from an existing local repo?

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

No branches or pull requests

1 participant