Binary not found
Opened this issue · 0 comments
kapitalisman commented
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?