-
Minimizing javascript libraries
The minification of static file bundles is an useful process to improve the performance of the client side of web applications. This process removes comments, blank spaces, EOL, tabs, etc. from the Javascript code. That way the size of the files downloaded by the browser is reduced, therefore load time…