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
Deploy using compact strategy
base/Magento/base/default 1461/1461 ============================ 100% 17 secs
adminhtml/Magento/base/default 1425/1425 ============================ 100% 21 secs
frontend/Magento/base/default 1284/1284 ============================ 100% 21 secs
adminhtml/Magento/backend/default 0/266 >--------------------------- 0% 1 sec
Error happened during deploy process: The contents from the "/var/www/html/pub/static/adminhtml/Magento/base/default/tailwind/components/forms.css" file can't be read. Warning!file_get_contents(/var/www/html/pub/static/adminhtml/Magento/base/default/tailwind/components/forms.css): Failed to open stream: No such fil
e or directory
It seems that magento tries to deploy the content of the tailwind directory.
I have found 2 workarounds:
switch to standard strategy, but it is slower
move the tailwind directory out of web
The text was updated successfully, but these errors were encountered:
Thanks for the issue @slackerz!
Back when I wrote the module I had no clue about tailwind, so I just followed the approach in hyva-themes.
I agree the tailwind folder should not be inside of web. Moving it out should be fine.
I'm using versione
1.1.18
with Magento 2.4.4-p2 and while deploying the static content usingcompact
strategy with this command:I get this output:
It seems that magento tries to deploy the content of the
tailwind
directory.I have found 2 workarounds:
standard
strategy, but it is slowertailwind
directory out ofweb
The text was updated successfully, but these errors were encountered: