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

Commit 39cfbe4

Browse files
authored
Merge pull request #589 from magento/am_fix_pr
minor correction about using grunt
2 parents 9d601ea + 2a4296e commit 39cfbe4

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,10 @@ Rename the following files in your Magento root directory:
3636
<ul>
3737
<li><code>package.json.sample</code> to <code>package.json</code></li>
3838
<li><code>Gruntfile.js.sample</code> to <code>Gruntfile.js</code></li>
39-
<li><code>grunt-config.json.sample</code> to <code>grunt-config.json</code></li>
4039
</ul>
4140
</li>
4241
<li>
43-
Provide path to grunt themes configuration in <code>grunt-config.json</code>:
44-
<pre>
45-
{
46-
"themes": "dev/tools/grunt/configs/themes"
47-
}
48-
</pre>
49-
</li>
50-
<li>
42+
5143
Install (or refresh) the <code>node.js</code> project dependency, including Grunt, for your Magento instance. To do this, run the following commands in a command prompt:<br>
5244

5345
<pre>

guides/v2.2/frontend-dev-guide/tools/using_grunt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Magento has built-in Grunt tasks configured, but there are still several steps y
3030
3. Rename the following files in your Magento root directory:
3131
- `package.json.sample` to `package.json`
3232
- `Gruntfile.js.sample` to `Gruntfile.js`
33+
- `grunt-config.json.sample` to `grunt-config.json`
34+
4. Provide path to grunt themes configuration in `grunt-config.json`:
35+
```
36+
"themes": "dev/tools/grunt/configs/themes"
37+
```
3338
4. Install (or refresh) the `node.js` project dependency, including Grunt, for your Magento instance. To do this, run the following commands in a command prompt:
3439

3540
cd your_Magento_instance_directory

0 commit comments

Comments
 (0)