Minify JS/CSS/HTML

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.

  1. Minify CSS: Enabling this will combine all the CSS files of your website and load it as combined static content.

  2. Minify JS: Enabling this will combine all the JS files of the website and load it as 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: .

  3. Minify HTML: Enabling this will determine the level of minification whether Basic (reducing all the whitespaces and line ends to one) or Advanced (reducing all the whitespaces, the line ends, comments and undisplayed elements).

Last updated

© Astroid Framework 2023.