Most voted "minification" questions
15 questions
Sort by count of
-
28
votes2
answers3688
viewsWhat are the advantages and disadvantages of minifying Javascript scripts?
And which mini-guards can I use?
-
21
votes2
answers548
viewsWhat’s the difference between a js file with . min and no . min?
What is the file difference Javascript containing .min (for example jQuery.min.js) and the file without the .min (for example jQuery.js)?…
-
12
votes1
answer1018
viewsMinify HTML code
It is normal to see minified Javascript files, for performance gain. Today we see some sites that minify everything, including the code itself HTML, as an example east of here. (use the option to…
-
11
votes3
answers2099
viewsIs it safe and feasible to minify PHP files?
I was left with this question after reading an answer of this question on HTML. I have only minified with PHP, only with HTML, with PHP and HTML... and I didn’t notice any problems... Can it become…
-
9
votes2
answers215
viewsHow is the reading of sentences with comma in Javascript?
Today I was testing minify my code and I was in doubt about the conversion Original Code Loader = (function(Configure){ var CurrentAction = null; var loaded = []; loader = function(){}…
-
6
votes2
answers99
viewsHow does the mini-code finder work?
I am asking this because I was minificar a JS and he gave me a code that I did not understand very well... My original code: $('input').each(function(a,b){if(b.value ==…
-
5
votes2
answers582
viewsHow to minify project in Angularjs?
When I do the minification at the angle everything stops working
-
5
votes1
answer4890
viewsIs there any way to remove CSS and JS codes not used by the application?
I wonder if there are any transpilator analysing the classes and ids used in an HTML page and removes all classes and ids not used in CSS and Javascript. This would be interesting to further…
-
3
votes1
answer118
viewsIs there any other reason to compress Javascript in the source code besides getting smaller?
Most libraries come with the compressed code as follows <script>(function(){function c(b){window.setTimeout(function(){var…
-
3
votes1
answer316
viewsHow to automatically minify CSS/Javascript in ASP.NET MVC5
I use Visual studio 2017, my application runs on ASP.NET MVC5 (Razor), there is a way to minify all the files I choose at the time of "Publish" ?
-
1
votes1
answer126
viewsMinification in the Gulp
Someone knows how to minify js and css files at runtime. For example : In the HTML file, the call to the Javascript file looks like this : <script…
-
1
votes0
answers102
viewsPays to compress (minify) HTML?
I’m minifying my javascript and css codes and came across the option to minify the HTML codes too, then came the doubt: really makes up for it? Worth saving in size and performance?
-
0
votes1
answer53
viewsWeb Essentials does not display options
I installed the Web Essentials 2015 in the Visual Studio Community 2015, but while trying to minify some css files, the only options displayed were the ones in the image below. I have removed and…
-
0
votes1
answer373
viewsUngroup code in one line
You guys, does anyone know how to break codes that’s on one line? Why to leave in a line is easy, there are some software that offers it, but think only hammering kkkk.
-
0
votes0
answers214
viewsMinificar css e js automatically
Years ago I saw on youtube a video where the guy just wrote a code in css3 or html and if I don’t cheat the server read the minified code, or maybe create another file already minified. You know…