Skip to content

Commit 5c5dffa

Browse files
authored
Merge pull request magento#7004 from abrarpathan19/patch-96
Update theme.js file name
2 parents d52bbf1 + 997708b commit 5c5dffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/frontend-dev-guide/css-topics/css_debug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To compile `.less` files, add your theme to `module.exports` in the Grunt config
4444
npm update
4545
```
4646

47-
1. Add your [theme](https://glossary.magento.com/theme) to Grunt configuration. To do this, in the `dev/tools/grunt/configs/local-themes.js` file, add your theme to `module.exports` like following:
47+
1. Add your [theme](https://glossary.magento.com/theme) to Grunt configuration. To do this, in the `dev/tools/grunt/configs/themes.js` file, add your theme to `module.exports` like following:
4848

4949
```javascript
5050
<theme>: {

0 commit comments

Comments
 (0)