Magento – static content deploy not working for custom theme

magento2theme

I created custom theme based on luma theme.

And my theme contain only 2 files theme.xml registration.php file.

And i configured this theme in the back end.

if i run store front css,js not loading.
even if i run static content deploy also my theme not listed in deploying process.

Best Answer

You must have add web folder from parent theme into your theme. After add this folder into your theme you have to run command for deploy.

php bin/magento setup:static-content:deploy
Related Topic