Skip to content

Conversation

dynst
Copy link
Contributor

@dynst dynst commented Oct 15, 2025

And silence a warning about an unbound variable.

Split out of #1833 without transpiler changes.

dynst added 3 commits October 8, 2025 20:28
dist/ is the universal convention for actually distributing
the library. build/ for temporary build artifacts for tests.
@webmaster128
Copy link
Member

Why is "dist" better than "build"? Isn't is confusing to write all build artifacts into a "distribution" folder including those that should never be distributed like tests?


// list of files / patterns to load in the browser
files: ["dist/web/tests.js"],
files: ["build/web/tests.js"],
Copy link
Member

Choose a reason for hiding this comment

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

I like this change btw. As this is a purely dev build artifact, we can bundle from build/ to build/web/ or something like that to free the "dist" name

@webmaster128
Copy link
Member

I just merged the SKIP_BUILD change to main as it is a nice improvement independent of the rest of this PR

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