Are there any tools or suites that can minify HTML, JavaScript, and CSS all at once? Ideally, these tools should be able to:
- Identify links from the HTML document and minify the associated JavaScript and CSS.
- Remove any unused JavaScript functions and CSS styles.
- Minimize the names of JavaScript functions and CSS classes and update them in the HTML code.
- Produce a single HTML file with inline JS and CSS.
While there are various options available for separately minifying HTML, JS, and CSS, I am struggling to find a tool that can perform all of the specified tasks simultaneously.