Top "Minify" questions

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

External source maps for minified, transpiled ES6 code with webpack and gulp

I'm writing ES6 code and transpile it to ES5 with Babel, then minify with Uglify. All run with webpack via …

javascript gulp minify webpack babeljs
Does it make sense to do both minify and uglify?

Given that uglification involves some minification in the process, does it still make sense to do both minify and uglify? …

javascript obfuscation minify uglifyjs
cssmin not correctly handling @import

I am using cssmin on files containing @imports. cssmin is recursively importing local files correctly, but for imports that point …

css gruntjs minify bundling-and-minification grunt-contrib-cssmin
Minifying code for PhoneGap App?

I am currently starting to build an PhoneGap application, I know the advantages of minifying code for browsers already. However, …

javascript html ios cordova minify
Turn off bundling/minification while debugging in WebForms

I want to be able to minify/bundle my javascript files in a production environment while having them unminified/unbundled …

asp.net webforms bundle minify asp.net-optimization
Moshi KotlinJsonAdapterFactory cannot parse Json after enabled minify

I have developed an Android app, using Moshi as one of its dependencies. Today I want to enable minify for …

android kotlin minify moshi
AngularJS not working when opimization is enabled ASP.NET MVC

I have an application which uses angularjs and works fine when optimization is set to false in BundleConfig.cs file. …

asp.net-mvc angularjs minify bundling-and-minification
How can I take a minified javascript stack trace and run it against a source map to get the proper error?

On our production server, I have minified javascript published and I'm not including a map file with it, because I …

javascript angularjs 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 markup be minified? …

html minify
How to enable minified JavaScript files in Play 2.3.1 templates?

I was able to load the sbt-uglify 1.0.3 plugin in my Play Framework 2.3.1 app. Loading of the non-minified javascripts is pretty …

javascript playframework sbt minify uglifyjs