We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python Version:
Python 3.10.6
Nikola Version:
Nikola v8.2.3 - Installed via pip in venv
Nikola v8.2.3
Operating System:
Ubuntu 22.04.1 LTS
I tried to use the filter to minify the CSS-file by adding filters.cssminify to my configuration file.
filters.cssminify
The cssminifier.com is redirecting to https://www.toptal.com/developers/cssminifier.
cssminifier.com
https://www.toptal.com/developers/cssminifier
The error msg:
LOGGER.error("can't use cssminifier.com: HTTP status {}", response.status_code) Message: "can't use cssminifier.com: HTTP status {}" Arguments: (404,)
The text was updated successfully, but these errors were encountered:
d7df0c7
They changed the API URL for some reason, I fixed it.
Sorry, something went wrong.
Kwpolska
No branches or pull requests
Environment
Python Version:
Python 3.10.6
Nikola Version:
Nikola v8.2.3
- Installed via pip in venvOperating System:
Ubuntu 22.04.1 LTS
Description:
I tried to use the filter to minify the CSS-file by adding
filters.cssminify
to my configuration file.The
cssminifier.com
is redirecting tohttps://www.toptal.com/developers/cssminifier
.The error msg:
The text was updated successfully, but these errors were encountered: