-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Static files fall back docs clarification 2609 #8687
Static files fall back docs clarification 2609 #8687
Conversation
|
Hi @Santoshziffity. Thanks for contributing. Can you please fix this merge conflict? |
|
|
Hi @Santoshziffity, thank you for your contribution! |
|
@BarnyShergold Here's another OrangeCo instance. What are you using instead? |
|
|
||
| 1. Current theme and current locale module static files: `<theme_dir>/web/i18n/<locale>/<Namespace>_<Module>` | ||
| 1. Current theme module static files `<theme_dir>/<Namespace>_<Module>/web/`. Example: `app/design/frontend/SampleCompany/orange/Magento_Catalog/web/` | ||
| 1. Current theme module static files `<theme_dir>/<Namespace>_<Module>/web/`.Example: `app/design/frontend/OrangeCorp/orange/Magento_Catalog/web/` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 1. Current theme module static files `<theme_dir>/<Namespace>_<Module>/web/`.Example: `app/design/frontend/OrangeCorp/orange/Magento_Catalog/web/` | |
| 1. Current theme module static files `<theme_dir>/<Namespace>_<Module>/web/`.Example: `app/design/frontend/ExampleCorp/orange/Magento_Catalog/web/` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We just need to clean this one file up to remove OrangeCorp
BarnyShergold
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for being so quick!
|
running tests |
|
Hi @Santoshziffity, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) for Remove the wrong path of the static file
Affected DevDocs pages