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

From debian use uglifyjs > 3.12.4 #93

Open
bastien-roucaries opened this issue Jan 12, 2021 · 1 comment
Open

From debian use uglifyjs > 3.12.4 #93

bastien-roucaries opened this issue Jan 12, 2021 · 1 comment

Comments

@bastien-roucaries
Copy link

Hi,

we use the following command line:
uglifyjs -m --ie8 -c sequences=true,unused=false,toplevel=true --source-map --output _prelude.js < prelude.js

Could you please update to newer uglify.js ? Bonus point we improve prelude by 20 bytes

@bastien-roucaries
Copy link
Author

Correction it does not work this command line work and we gain 1 byte:
uglifyjs -c unused=false,expression=true,passes=5 -m < $< | sed -e 's/;[[:space:]]$$//g' -e '/^[[:space:]]$$/d' | tr -d '\n' > $@

goto-bus-stop added a commit that referenced this issue Feb 28, 2021

Verified

This commit was signed with the committer’s verified signature.
mscdex mscdex
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

No branches or pull requests

1 participant