Closed
Description
Steps to reproduce
- The theme is installed in app/design
- The theme in set in store configuration
Expected result
- Running php bin/magento setup:static-content:deploy should deploy theme to pub/static folder
- Site should read normally.
Actual result
- php bin/magento setup:static-content:deploy only deploys the Magento/blank and Magento/luma themes to the pub/static folder.
- Custom theme is not present in pub/static
- JS and CSS files report 404 because they cannot be found in pub/static/frontend/Vendor/Themename/en_US/css/ folder