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

Updated prism-jsx.min.js to match the latest prism.jsx.js version #2914

Closed
wants to merge 1 commit into from
Closed

Conversation

jerehut
Copy link

@jerehut jerehut commented May 23, 2021

The minified file was outdated so I minified the current prism.jsx.js. Some of the letters used for minification changed (i -> t), I hope that's not an issue?

Includes changes from #2836 #2862 #2881.

The minified file was outdated so I minified the current prism.jsx.js. Some of the letters used for minification changed (i -> t), I hope that's not an issue?

Includes changes from #2836 #2862 #2881.
@github-actions
Copy link

JS File Size Changes (gzipped)

A total of 1 files have changed, with a combined diff of -4 B (-0.4%).

file master pull size diff % diff
components/prism-jsx.min.js 957 B 953 B -4 B -0.4%

Generated by 🚫 dangerJS against 095934a

@mAAdhaTTah
Copy link
Member

It already is up to date. You may not be using the same version of uglify. Install with npm ci to make sure you're matching the same version and you should see the same output as what's on master.

That said, if there's a new version of uglify that's producing better results, we should probs upgrade and run it over everything. If you want to PR that, we'd be open to it.

@mAAdhaTTah mAAdhaTTah closed this May 23, 2021
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