Hi,
In Magento 2.3.1 Merged css and js option not showing. Because developer option is not showing.
From where I can see it?
Thanks
You need to set the store in developer mode.
You can use the below command:
php bin/magento deploy:mode:set developer
php bin/magento config:set dev/css/merge_css_files 1 php bin/magento config:set dev/css/minify_files 1
php bin/magento config:set dev/js/merge_files 1 php bin/magento config:set dev/js/minify_files 1
Hi,
Thanks for the reply, But I have don't rights to run command line code.
So, how can I do it from Admin panel ?
Thanks
MAGE_MODE to developer