You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.
After some thinking, I think it would be a better thing to create three separate libraries:
A CSS parser
An HTML parser
A minifyer.
Lua-minfy would then only handle the minifying of the trees generated by the parsers.
This would create a better separation of functionalities, and more importantly no longer rely on a really naive html parser that I wrote only for minifying.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After some thinking, I think it would be a better thing to create three separate libraries:
Lua-minfy would then only handle the minifying of the trees generated by the parsers.
This would create a better separation of functionalities, and more importantly no longer rely on a really naive html parser that I wrote only for minifying.
The text was updated successfully, but these errors were encountered: