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

Commit 1f704d5

Browse files
committed
We can have different vendors for themes.
1 parent 01c42df commit 1f704d5

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
@@ -59,7 +59,7 @@ JS resources are accessed using relative paths.
5959
**Example 3:**
6060

6161
* File actual location: `lib/web/jquery.js`
62-
* File published to `pub/static`: `pub/static/<area>/Magento/<theme>/<locale>/jquery.js`
62+
* File published to `pub/static`: `pub/static/<area>/<Vendor>/<theme>/<locale>/jquery.js`
6363
* Called in script:
6464

6565
```javascript

0 commit comments

Comments
 (0)