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

Commit f0bc43a

Browse files
authored
Merge pull request #155 from magento/am_53780
minor update
2 parents 54d2b76 + d9e3e61 commit f0bc43a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

guides/v2.0/frontend-dev-guide/css-topics/css-preprocess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ In server-side LESS compilation mode, to have your changes applied, clear <code>
107107

108108
Alternatively, to streamline the process of applying and debugging styles customizations, in server-side compilation mode, you can use the <a href="http://gruntjs.com/" target="_blank">Grunt JavaScript task runner</a>.
109109

110-
See the [Using Grunt for compiliing .less files]({{page.baseurl}}frontend-dev-guide/css-topics/css_debug.md) topic for details how to install, configure and use Grunt.
110+
See the [Compile LESS with Grunt]({{page.baseurl}}frontend-dev-guide/css-topics/css_debug.md) topic for details how to install, configure and use Grunt.
111111

112112
<h3 id="client-side">Client-side LESS compilation</h3>
113113
The client-side compilation flow is similar to server-side. The difference is in the set of files, published to <code>pub/static</code> on the <a href="#compile_last">last step</a>. In the client-side mode, the following files are published to the <code>pub/static/frontend/&lt;Vendor&gt;/&lt;theme&gt;/&lt;locale&gt;</code> directory:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
layout: default
33
group: fedg
44
subgroup: D_CSS
5-
title: Using Grunt for compiling .less files
5+
title: Compile LESS with Grunt
66
menu_order: 4
7-
menu_title: Using Grunt for compiling .less files
7+
menu_title: Compile LESS with Grunt
88
version: 2.0
99
github_link: frontend-dev-guide/css-topics/css_debug.md
1010
redirect_from: /guides/v1.0/frontend-dev-guide/css-topics/css_debug.html

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
layout: default
33
group: fedg
44
subgroup: D_CSS
5-
title: Using Grunt for compiling .less files
5+
title: Compile LESS with Grunt
66
menu_order: 4
7-
menu_title: Using Grunt for compiling .less files
7+
menu_title: Compile LESS with Grunt
88
version: 2.1
99
github_link: frontend-dev-guide/css-topics/css_debug.md
1010
---

0 commit comments

Comments
 (0)