-
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
Must override at least one static content file or custom theme static content won't deploy #3754
Comments
Hi, @dnadle! Thank you for reporting this issue. |
The issue is currently in progress. |
Same problem in Magento 2.1. |
Same problem in Magento 2.0.7 |
…out overriding at least one static content file #3754
Fixed |
This is still an issue in 2.1. Without an image in theme/web/image it ignores the theme. |
had this same issue in 2.1. took a while to figure out until I saw the workaround. |
Still an issue in 2.0.9. I had to create an empty test.js file in |
Why is this closed ? Still an issue in CE 2.1.1 |
Confirm! Still bug in CE 2.1.2 |
Yes. I face same issue in Magento 2 CE Version 2.1.2. What is solution? |
When creating a new custom theme, if we don't have any assets files under |
Still a bug in CE 2.1.3. |
still a bug CE 2.1.4 |
This issue still exists in 2.1.5. |
Please reopen this! |
Issue still exists. |
Still exist in 2.1.6 |
I confirm still present in 2.1.6. |
Still an issue in 2.1.7... that's two days of my life I won't get back :( |
Yeah, same issue on 2.1.7.. |
Please reopen this, is still an existing issue. |
It will be released with 2.2.0 unless someone will create a backport for 2.1.x. |
I have experienced this issue in 2.1.8 as well. |
…ic content won't deploy without overriding at least one static content file magento#3754 (cherry picked from commit 6a9744d)
Internal ticket to track issue progress: MAGETWO-72253 |
[pangolin] Remove composer.json from dev/tests/acceptance (2.2-develop)
Steps to reproduce
Expected result
The static content requests would fall back to load from the Magento/blank theme.
Actual result
All of the static content links in pub/static/theme 404'd.
Workaround
I added a logo file to theme/web/images and reran setup:static-content:deploy. This time all the files were generated in pub/static.
The text was updated successfully, but these errors were encountered: