Skip to content

Commit f0166a3

Browse files
author
App Generator
committed
README - Update Recompile SCSS section
1 parent 2cb87a7 commit f0166a3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,24 +199,26 @@ The *Home* blueprint handles UI Kit pages for authenticated users. This is the p
199199

200200
To recompile SCSS files, follow this setup:
201201

202-
**Install tools**
202+
<br />
203+
204+
**Step #1** - Install tools
203205

204206
- [NodeJS](https://nodejs.org/en/) 12.x or higher
205-
- Gulp - globally
207+
- [Gulp](https://gulpjs.com/) - globally
206208
- `npm install -g gulp-cli`
207209
- [Yarn](https://yarnpkg.com/) (optional)
208210

209211
<br />
210212

211-
**Change the working directory** to `assets` folder
213+
**Step #2** - Change the working directory to `assets` folder
212214

213215
```bash
214216
$ cd app/base/static/assets
215217
```
216218

217219
<br />
218220

219-
**Install modules** - this will create a classic `node_modules` directory
221+
**Step #3** - Install modules (this will create a classic `node_modules` directory)
220222

221223
```bash
222224
$ npm install
@@ -226,7 +228,7 @@ $ yarn
226228

227229
<br />
228230

229-
**Edit & Recompile SCSS**
231+
**Step #4** - Edit & Recompile SCSS files
230232

231233
```bash
232234
$ gulp scss

0 commit comments

Comments
 (0)