digitalsparky / jekyll-minifier

Jekyll HTML/XML/CSS/JS Minifier utilising yui-compressor, and htmlcompressor
GNU General Public License v3.0
245 stars 25 forks source link

<script> is not detected if it has the "type" attribute set #60

Open PQCraft opened 4 months ago

PQCraft commented 4 months ago

I have an inline script with type="module" on it. The script was not minified until i removed the attribute.