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

Replace deprecated minifiers with gulp-cssnano and gulp-htmlmin #804

Merged
merged 1 commit into from
Jan 15, 2016
Merged

Replace deprecated minifiers with gulp-cssnano and gulp-htmlmin #804

merged 1 commit into from
Jan 15, 2016

Conversation

robwierzbowski
Copy link
Collaborator

Fixes #802.

Replaces deprecated minify-html and minify-css plugins with recommended plugins htmlmin and cssnano.

gulp-htmlmin currently has to be manually configured; there are no sensible defaults. These transforms are all relatively safe, and in my experience provide the bulk of HTML minification gains, but I'm open to any changes.

gulp-htmlmin currently has to be manually configured; there are no sensible
defaults. These transforms are all relatively safe, and in my experience provide
the bulk of HTML minification gains.
@addyosmani
Copy link
Contributor

Thanks for the PR, @robwierzbowski! I was planning on getting this updated but got swamped. Really appreciate you writing the patch.

@addyosmani
Copy link
Contributor

LGTM

addyosmani added a commit that referenced this pull request Jan 15, 2016
…ifiers

Replace deprecated minifiers with gulp-cssnano and gulp-htmlmin
@addyosmani addyosmani merged commit 3826f96 into google:master Jan 15, 2016
@addyosmani
Copy link
Contributor

@robwierzbowski btw, interested in helping us maintain the repo? You've been great at helping out with PRs for quite some time and I think we should just give you committer rights if you're interested.

@robwierzbowski
Copy link
Collaborator Author

@addyosmani That would be great :D.

At some point in the near future I'm going to move one of my projects to gulp 4. If it works out maybe I'll give converting WSK a try.

@addyosmani
Copy link
Contributor

@robwierzbowski We're planning on moving everything to Gulp 4 soooon :) @gauntface and @surma are taking a look at that over in https://github.com/google/web-starter-kit/tree/wsk2

@addyosmani
Copy link
Contributor

@robwierzbowski you should have commit rights now ⚡

@robwierzbowski
Copy link
Collaborator Author

Awesome!

@robwierzbowski
Copy link
Collaborator Author

@surma
Copy link
Contributor

surma commented Jan 15, 2016

@robwierzbowski You may want to take a look at the super secret wsk2 branch and towards-wsk2 label, that @gauntface and I are working on right now. Gulp 4 is on its way 🎉

@robwierzbowski
Copy link
Collaborator Author

@surma Yeah, I poked around a little. Looks great, looking forward to contributing to it soon!

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.

None yet

3 participants