Closed
Description
see #4725
Preconditions
- Magento 2.1.2
Steps to reproduce
- Create a new Theme with any parent
- Do not add any static files
Expected result
- Theme will get deployed with static files from parent theme
Actual result
- theme does not get deployed
- setup:static-content:deply --theme=Any/theme results in error
In the deploy command, the installed themes are determined by collecting all themes from all static files. If a theme does not have static files it will not get deployed
adding any static file to the theme can be used as a workaround