Add purgecss to remove unused css, purgecss config and build config

This commit is contained in:
Moris Zen
2018-06-27 13:03:00 +02:00
parent 0749dfa80b
commit dd1bdd7543
5 changed files with 183 additions and 19830 deletions

View File

@@ -9,10 +9,10 @@ yarn install
Then you can run the development mode with hot reload by:
```sh
gatsby develop
yarn run develop
```
If you want to make a build, do instead:
```sh
gatsby build
```
yarn run build
```