-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
static-deploy does not generate all static files: _requirejs only generated on demand #4961
Comments
Nice find @ludwig-gramberg! I just tested this using Magento CE 2.1.1 with the following configurations:
These files are created at deploy time:
These files are created on the first request:
So only the secure assets aren't created at deployment time. I stumbled upon this workaround (which I haven't tested yet) which might get us around this "problem" for now: davidalger/capistrano-magento2#21 |
still an issue in 2.1.2 |
@ludwig-gramberg, thank you for your report.
|
I believe this got fixed in Magento 2.1.8, I tested it a couple of weeks ago, so this issue can probably be closed? From the release notes:
|
Hi @hostep |
this should be fixed, if I deploy my static code to production the command should trigger the creation of the files in pub/static/_requirejs and pub/static/_requirejs/secure as well
The text was updated successfully, but these errors were encountered: