You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: