update README
This commit is contained in:
parent
14876c5a9d
commit
d10f9cbcd7
|
@ -1,6 +1,8 @@
|
||||||
* JSX transpilation and minification with Babel and Terser.
|
* JSX transpilation and minification with Babel and Terser.
|
||||||
* SASS compilation and css minification.
|
* SASS compilation and css minification.
|
||||||
|
|
||||||
|
Tracks `*.scss` and `index.jsx` files.
|
||||||
|
|
||||||
Default build directory is `./dist`.
|
Default build directory is `./dist`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -9,5 +11,3 @@ yarn gulp
|
||||||
yarn gulp --build
|
yarn gulp --build
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue