Top "Minify" questions

Minification is the practice of removing unnecessary characters from code to reduce its size, thus improving load times.

Uncaught TypeError: undefined is not a function on loading jquery-min.js

I'm building a normal webpage which requires me to load about five CSS files and ten Javascript files. When loading …

javascript jquery minify
Tool to Unminify / Decompress JavaScript

Are there any command line scripts and/or online tools that can reverse the effects of minification similar to how …

javascript code-formatting minify compression unminify
What's the difference between jquery.js and jquery.min.js?

What is the difference between jquery.min.js and jquery.js? Which one has support for all functions?

jquery minify
How to minify php page html output?

I am looking for a php script or class that can minify my php page html output like google page …

php html minify
Excluding files/directories from Gulp task

I have a gulp rjs task that concatenates and uglifies all my custom .JS files (any non vendor libraries). What …

requirejs gulp minify uglifyjs
sass --watch with automatic minify?

Is there a way to run: sass --watch a.scss:a.css but have a.css end up being minified? …

css sass minify
How to concatenate and minify multiple CSS and JavaScript files with Grunt.js (0.3.x)

Note: This question is only relevant for Grunt 0.3.x and has been left for reference. For help with the latest …

javascript css concatenation minify gruntjs
Is there a good JavaScript minifier?

What JavaScript minifier do you recommend?

javascript minify
Any recommendations for a CSS minifier?

Any recommendations for a CSS minifier? I’ll be rooting around Google and trying some out, but I suspected that …

css minify
HTML minification?

Is there a online tool that we can input the HTML source of a page into and will minify the …

html minify