Top "Minify" questions

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

Server-side auto-minify?

Is there any way to automatically minify static content and then serve it from a cache automatically? Similar to have …

apache iis nginx lighttpd minify
Integrate Google closure compiler with Eclipse IDE?

Does anybody know how to integrate Google closure compiler with Eclipse IDE? The thing I was trying to do is …

eclipse minify google-closure-compiler
Deobfuscation of minified JS with source maps

Can source maps help to deobfuscate the code that was previously minified with Closure/Uglifyjs? Are there real obstacles in …

javascript minify source-maps deobfuscation
webpack minify HtmlWebpackPlugin

I'm trying to minify my html file with Webpack with HtmlWebpackPlugin plugin. I manage to make an index.html file …

javascript webpack minify html-webpack-plugin
What is the best solution to obfuscate Angular JS controller code

I want to Obfuscate + Minify my Angular JS code in order to not make it public and if someone tries …

gulp obfuscation minify uglifyjs source-code-protection
Missing name after . operator YUI Compressor for socket.io js files

I am trying to use YUI compressor for socket.io based .js file (yes, I know it's server side script …

javascript socket.io yui minify
Angular 7 is not minifying html, js, css files

I have a problem with my project in Angular 7. The problem is after compilation I have no minified and uglified …

angular minify uglifier
How to speed up the minification process of UglifyJS 2?

I am using UglifyJS 2 to concatenate and minify a bunch of JavaScript files (not too much, around 5 to 10). This process …

javascript node.js minify uglifyjs
How do I split my javascript into modules using Google's Closure Compiler?

I want to use the google closure compiler on the javascript source we're using. In development mode we tend to …

javascript minify google-closure-compiler
Script Minification and Continuous Integration with MSBuild

On a recent project I have been working on in C#/ASP.NET I have some fairly complicated JavaScript files …

javascript msbuild continuous-integration build-automation minify