Update README with CSS compile shortcut

This commit is contained in:
benjamin melançon 2019-08-06 16:00:13 -04:00
parent 2e30481791
commit b964214cff

View file

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