Skip to content

Suggestion: Create non-minified p5.js project #60

@Clocktown

Description

@Clocktown

In the minified p5.min.js, the friendly Error system is optimized out, so you can't even turn it on if you want.

This removes useful error information, for example a shader that fails to compile will not log anymore.

The default project setup loads p5.min.js and comes without the non-minified version, so it would be nice to have an alternative command that provides both minified and non-minified, while loading the non-minified version in index.html by default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions