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

Use better JS and CSS minifiers #42

Merged
merged 3 commits into from
Jun 12, 2019
Merged

Conversation

xxczaki
Copy link
Contributor

@xxczaki xxczaki commented Apr 24, 2019

Description

This pull request replaces the gulp-uglify and gulp-uglifycss with:

Why?

  • Terser performs much better than Uglify.js. It is also able to minify ES6 code.

  • Clean CSS is one of the best CSS minifiers available. It's gulp plugin is also much more popular, than gulp-uglifycss.

Reference

@daviedR
Copy link
Contributor

daviedR commented May 28, 2019

Hi @xxczaki

I will review this pull request for the upcoming v1.1.0. Thanks for contributing :)

@daviedR daviedR changed the base branch from master to release/1.1.0 June 12, 2019 03:05
@daviedR daviedR merged commit fdfd85f into sukiwp:release/1.1.0 Jun 12, 2019
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