pytailwindcss icon indicating copy to clipboard operation
pytailwindcss copied to clipboard

Binary not found

Open kapitalisman opened this issue 3 years ago • 0 comments

I configured Flask-Assets to create the output css using Bundle. However in production the binary tailwindcss is not found. This is because after pip install pytailwindcss the binary is not yet created. Locally I can run tailwindcss to create the binary, however this is not possible when deploying to production. I can only list pytailwindcss in requirements.txt but this doesn't create the required binary. Can you make it so that pip install pytailwindcss also creates the binary, so that step 2 of the Get Started is obsolete?

kapitalisman avatar Jul 10 '22 12:07 kapitalisman