Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 01c42df

Browse files
authored
Update js-resources.md
We can have different vendors for themes.
1 parent 4bfd722 commit 01c42df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/javascript-dev-guide/javascript/js-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ JS resources are accessed using relative paths.
3737
**Example 1:**
3838

3939
* File actual location: `app/code/Magento/ConfigurableProduct/view/frontend/web/js/configurable.js`
40-
* File published to `pub/static`: `pub/static/frontend/Magento/<theme>/<locale>/Magento_ConfigurableProduct/js/configurable.js`. Here `<theme>` and `<locale>` are the currently applied in your instance [theme](https://glossary.magento.com/theme) and [locale](https://glossary.magento.com/locale).
40+
* File published to `pub/static`: `pub/static/frontend/<Vendor>/<theme>/<locale>/Magento_ConfigurableProduct/js/configurable.js`. Here `<theme>` and `<locale>` are the currently applied in your instance [theme](https://glossary.magento.com/theme) and [locale](https://glossary.magento.com/locale).
4141
* Called in script:
4242

4343
```javascript

0 commit comments

Comments
 (0)