Top "Minify" questions

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

How to minify CSS and JavaScript files in Visual Studio 2015

I am building a web application for mobile using visual studio, and I wanted to know how do I minify …

web-applications minify bundling-and-minification
Uglify-js doesn't mangle variable names

Trying to prepare good build environment for my js library. According to reviews on the web UglifyJS seems to be …

javascript performance compression minify uglifyjs
Minify HTML output from an ASP.Net MVC Application

This is likely a duplicate of the below question but the only answer is a dead link: Minify Html output …

asp.net asp.net-mvc minify asp.net-mvc-views
Minify / Obfuscate PHP Code

I use Haxe to generate PHP code. (This means you write you code in the Haxe language and get a …

php code-generation obfuscation minify haxe
How do I concatenate and minify files using webpack

I want to be able to minify and concatenate files to 1 single file without using grunt How to concatenate and …

javascript webpack minify
Gzip versus minify

I had a somewhat lively discussion the other day about minifying Javascript and CSS versus someone who prefers using Gzip. …

compression gzip minify
How to minify ES6 code using Webpack?

I'm using webpack and want to deploy my site. If I minify and bundle my JavaScript code, I've got this …

webpack ecmascript-6 minify
Is there such a thing as a javascript deminifier (deobfuscator)?

This question is exactly the opposite of Which Javascript minifier (cruncher) does the same things that the one Google uses …

obfuscation reverse-engineering minify unminify
How to unminify the js files?

How can I unminify js file which is minify from webpack tool. Before minify, function autoslideSlider() { $('.next-slide').trigger('click'); } $(…

javascript jquery webpack minify unminify
Tool to reverse Javascript minify?

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

javascript reverse-engineering minify unminify