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

Code formatting #2463

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions guides/v2.1/frontend-dev-guide/css-topics/css_debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Magento has built-in Grunt tasks configured, but there are still several prerequ
Install <a href="https://github.com/joyent/node/wiki/installing-node.js-via-package-manager)" target="_blank">node.js</a> to any location on your machine.
</li>
<li>Install Grunt CLI tool globally. To do this, run the following command in a command prompt:<br>
<pre>
npm install -g grunt-cli
</pre>

npm install -g grunt-cli

</li>
<li>
Rename the following files in your Magento root directory:
Expand All @@ -43,11 +43,10 @@ Rename the following files in your Magento root directory:

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>

<pre>
cd &lt;your_Magento_instance_directory&gt;
npm install
npm update
</pre>
cd &lt;your_Magento_instance_directory&gt;
npm install
npm update

</li>

<li>
Expand Down