File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -199,24 +199,26 @@ The *Home* blueprint handles UI Kit pages for authenticated users. This is the p
199199
200200To 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
You can’t perform that action at this time.
0 commit comments