Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3923b77

Browse files
authored
requirejs-config.js path corrected
1 parent b37272c commit 3923b77

File tree

1 file changed

+1
-1
lines changed
  • src/guides/v2.3/javascript-dev-guide/javascript

1 file changed

+1
-1
lines changed

src/guides/v2.3/javascript-dev-guide/javascript/js_debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To locate scripts used for a certain element:
2121
1. In the `<head></head>` section of the page source, click link to `requirejs-config.js` file. The file contains the Magento RequireJS configuration, collected from all modules of the current [theme](https://glossary.magento.com/theme).
2222

2323
{:.bs-callout-tip}
24-
Alternatively, you can open the `requirejs-config.js` file from the file system: `pub/static/_requirejs/frontend/<Vendor>/<theme>/<locale>/requirejs-config.js`
24+
Alternatively, you can open the `requirejs-config.js` file from the file system: `pub/static/frontend/<Vendor>/<theme>/<locale>/requirejs-config.js`
2525

2626
1. In the `var config = {...}` section of `requirejs-config.js`, find the required script name, and view the path to its source file. This path is relative to certain directories, depending on whether it contains [module](https://glossary.magento.com/module) reference:
2727

0 commit comments

Comments
 (0)