-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Style is not getting compiled #32149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Eddcapone. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. Please, add a comment to assign the issue:
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
There is one workaround. You can trigger the build if you change from deploy mode There is a major bug somewhere in
|
one note production mode must run static content deploy but developer mode not require it |
@Eddcapone |
✅ |
I was following this guide from the documentation about pipeline deployment, and it does not mention that we have to execute setup:upgrade. I will try it asap. "one note production mode must run static content deploy but developer mode not require it" |
Before compile code by command setup:di:compile you should run setup upgrade first. Use this for both Dev or production |
I changed my deploy script to this:
The style changes were still not applied. |
I also tried this
The style changes were still not applied. |
It was my fault, I forgot to commit a file, it works with:
I will create an issue in the documentation and explain that there is a step missing. Thank you very much @mrtuvn and @ihor-sviziev |
Preconditions (*)
2.4.2
Production Mode
Steps to reproduce (*)
I try to compile my code from my build system.
I don't know how we can reproduce it, today it worked the whole day but suddenly it fails.
Expected result (*)
If I load the frontend then the changes I made in dev should be visible in staging after deployment.
Actual result (*)
Changes are not there.
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
The text was updated successfully, but these errors were encountered: