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

Merge small-changes branch into master #8418

Merged
merged 13 commits into from
Dec 18, 2020
1 change: 1 addition & 0 deletions src/guides/v2.3/javascript-dev-guide/javascript/js_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Consider the example of adding a custom carousel JS:
$(element).<carousel_name>(config);
};
});
```

1. Add the RequireJS config to the `app/design/frontend/<package_name>/<theme_name>/requirejs-config.js` file.

Expand Down