Skip to content Skip to sidebar Skip to footer
Showing posts with the label Minify

Why People Minify Assets And Not The Html?

Why do people suggest minifying web assets, such as CSS and JavaScript, but they never suggest the … Read more Why People Minify Assets And Not The Html?

Grunt Task(s) To Minify Single Html File With Css And Javascript

I'm doing a login page which I want to be as lightweight as possible for the quickest possible … Read more Grunt Task(s) To Minify Single Html File With Css And Javascript

Minify Html Using A Node.js Module

I have HTML in a variable and before render it and I want to minify it. I know there are console mi… Read more Minify Html Using A Node.js Module