-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[maybe non issue] recurse into files and minify further #482
Comments
That is because your mimetype for the script is module, which is not automatically understood to be JS. Should now be fixed, thanks for the issue! |
Thank you ever so much for fixing this! <3 and thanks for the lovely util! |
Thanks again, do you think similar to supporting the module type in html files that |
tdewolff
added a commit
that referenced
this issue
May 2, 2022
Done! |
You're on absolute fire @tdewolff 🚀🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given the html;
And I run;
minify -vrs build/ -o .
Can the output recurse into that script tag, and minify it as though it was a
.js
file.to produce something like;
The text was updated successfully, but these errors were encountered: