When clearing the contents of the pub/static directory (except .htaccess offcourse), pub/static/_requirejs/frontend/MyName/my-theme/en_US/requirejs-config.js is missing
Preconditions
- Magento 2.1.7
- PHP 7.0.19
- MySQL 5.7.16
Steps to reproduce
- Remove all content from
pub/static directory except for .htaccess
- Refresh a page of your magento site.
Expected result
pub/static/_requirejs/frontend/MyName/my-theme/en_US/requirejs-config.js gets loaded
Actual result
pub/static/_requirejs/frontend/MyName/my-theme/en_US/requirejs-config.js is missing
- run
bin/magento cache:clean
- Refresh a page of your magento site.
pub/static/_requirejs/frontend/MyName/my-theme/en_US/requirejs-config.js is back