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 tried to deploy my local project to my hoster and the sass:build command is failing.
I think I'm missing something very obvious but cannot see it. As the screenshot shows it errors that the file /html/releases/19/var/dart-sass/src/dart is not found. But that file is definitely there. I even tried with different rights (755, 777, 700) but always with the same outcome.
On my local DDEV project that command runs fine inside the container.
What am I not seeing?
The text was updated successfully, but these errors were encountered:
Are you running the sass:build command inside or outside your container? If the binary is inside your container you should run docker composer php bin/console sass:build.
The issue can be also if you use alpine the sass binary is not compatible
Sorry, forgot to close this issue. Figured it out with my hoster. Initially this command ran during deployment directly on their machine, where some lib wasn't present. I then ran it inside the pipeline and copied the resulting files to the host server.
I tried to deploy my local project to my hoster and the
sass:build
command is failing.I think I'm missing something very obvious but cannot see it. As the screenshot shows it errors that the file
/html/releases/19/var/dart-sass/src/dart
is not found. But that file is definitely there. I even tried with different rights (755, 777, 700) but always with the same outcome.On my local DDEV project that command runs fine inside the container.
What am I not seeing?
The text was updated successfully, but these errors were encountered: