archweb icon indicating copy to clipboard operation
archweb copied to clipboard

Install `cssmin` using `poetry` compatible URL

Open abitrolly opened this issue 4 years ago • 2 comments

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.

abitrolly avatar Nov 26 '20 11:11 abitrolly

Do you know a more modern css minifier which can be integrated in django?

jelly avatar Nov 26 '20 20:11 jelly

Plenty of choice there https://pypi.org/search/?q=css+minifier Never used one.

abitrolly avatar Nov 26 '20 21:11 abitrolly