-
Notifications
You must be signed in to change notification settings - Fork 42
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
minify_html block with minify_js or minify_css option #116
Comments
If I understand correctly, the thread is getting blocked by some function? Can you provide a small reproducible example code that will trigger this condition? Also, which version of the library are you using? |
|
Sorry, I meant a sample HTML input i.e. the value of the |
Also I noticed that you are using an old version, and there were some issues with how the |
Failed to compile:
|
You can simply install using To build from source, you'll need to have Node.js and Rust installed. Run these commands from the repo directory:
|
|
Ah yes, this is because of the PR #112 merged a few hours ago, I've pushed a fix, pull it and let me know if it works on your end. |
As your proposal, compilation passed and block is not found.It's ok. On the other hand, failed to upgrade from 0.6.10 to 0.10.2. command:
error info:
|
That's great to hear that the problem has been resolved. Python 3.7 isn't supported, it's mentioned in the README that the minimum version is 3.8. |
Ok, it has no problem at python3.7 temporarily. |
The text was updated successfully, but these errors were encountered: