update README

This commit is contained in:
Ray Elliott 2020-06-29 21:29:32 +01:00
parent 14876c5a9d
commit d10f9cbcd7
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,8 @@
* JSX transpilation and minification with Babel and Terser.
* SASS compilation and css minification.
Tracks `*.scss` and `index.jsx` files.
Default build directory is `./dist`.
```sh
@ -9,5 +11,3 @@ yarn gulp
yarn gulp --build
```