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

Ensured that purify.min.js is actually minified. #1024

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

reduckted
Copy link
Contributor

Summary

This change ensures that the purify.min.js file is actually minified.

Background & Context

The minified UMD output was not being minified because it relied on the npm script being called build. The actual npm script that runs rollout is called build:rollup (and maybe something different from tests?). In any case, I've removed the conditional so that the "production" output is always minified.

Thank you @bpc-clone for spotting this.

Tasks

N/A

Dependencies

N/A

@cure53
Copy link
Owner

cure53 commented Nov 14, 2024

Thank you very much again :)

@cure53 cure53 merged commit 7ea9c61 into cure53:main Nov 14, 2024
8 checks passed
@reduckted reduckted deleted the fix/minify branch November 14, 2024 10:46
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