-
-
Notifications
You must be signed in to change notification settings - Fork 474
Closed
Labels
Description
Increasing Access
Removing the Java dependency for HTML linting would make it easier for people to build the website on their own machines—it would be one less possible point of failure. This would also make it easier to automate building and deploying the website to Google Cloud, where we hope to migrate the site in the future.
Most appropriate sub-area of p5.js?
Other (specify if possible)
Feature request details
Remove or reconfigure the htmllint build step so that Java is not a dependency. npm install should install all needed dependencies for building the site.
Divyansh013