Update README with CSS compile shortcut

This commit is contained in:
benjamin melançon 2019-08-06 16:00:13 -04:00
parent c24294a435
commit 22a44ae069

View file

@ -79,6 +79,10 @@ Provided by default are seven npm scripts that point to Gulp tasks. We run gulp
``` ```
npm run compile npm run compile
``` ```
or:
```
./css
```
3. Watch files and run tasks when they change. 3. Watch files and run tasks when they change.
``` ```