archweb
archweb copied to clipboard
Install `cssmin` using `poetry` compatible URL
poetry doesn't support requirements.txt directly, but this works
cat requirements.txt | xargs poetry add
Maybe consider switching to some more modern supported library.
Do you know a more modern css minifier which can be integrated in django?
Plenty of choice there https://pypi.org/search/?q=css+minifier Never used one.