Along with other super cool features Astroid v2.4 now includes Minification of JS/CSS enabling which you can combine all the JS & CSS files of your website together and make the website loading smoother and faster.
Not just JS & CSS minification you can also minify the HTML files on 2 different levels, which determines where all links to the files are stored.
- Minify CSS- Enabling this will combine all the CSS files of your website and load it as a combined static content.
- Minify JS- Enabling this will combine all the JS files of the website and load it as a combined content. You also have the option to write which all js files you wish to exclude in the minification each entered on a new line for eg: .
- Minify HTML- Enabling this will determine the level of minification whether Basic (reducing all the whitespaces and line ends to one) or Advanced (reduces all the whitespaces, line ends, comments and undisplayed elements).
This feature is in its BETA version, we are working improving this in the future updates.