Hello,
I made some changes into website and when I deploy the commend then website got crash. Is there any way I can back the website?
Thanks!
Solved! Go to Solution.
try these two one by one
php7 -d memory_limit=5G bin/magento setup:static-content:deploy en_US
php7 -d memory_limit=5G bin/magento setup:static-content:deploy ar_SA
If you could mention what change you make and which command you run. You may get some help.
Hi,
The website is in 2 languages EN and AR. On running static content deploy command it only generates files for enUS.
I have two separate themes for EN and AR. After running the complete command and removing pub/static folder. Then it only generates enUS under the Arabic and English theme.
Whereas my theme URL need folder arSA.
Thanks!
It works! Great thanks!