📜 ⬆️ ⬇️

JavaScript: reap or not reap?

After the publication of the article on the subject of archiving JS / CSS files for the subsequent distribution to the client, I thought about what the minify method should be used. The report at the ClientSide'2007 conference failed to establish a clear criterion of how and what is the best way to compress JavaScript files. This article is devoted to the consideration of just this problem.

Task



As a research goal, the analysis of all known means of static minimization of JavaScript code was fixed, after which it was necessary to answer three basic questions:
')


So, with the formulation of the problem figured out. Now let's consider, in fact, the tools themselves and the graphics of the degree of compression of the source code.

read further on webo.in →

Source: https://habr.com/ru/post/19063/


All Articles