static-web-minify 1.0.0

Minimfy css, js, html file as an inline const in your high-performance compiled web application
Documentation
1
2
3
4
5
6
7
8
9
<html>
    <head>
        <title>Test</title>
    </head>
    <body>
        <!-- Comment -->
        Hello
    </body>
</html>