1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-31 10:02:12 +02:00

upgrade gulp tasks and add default task

This commit is contained in:
amacado
2020-06-18 00:43:30 +02:00
parent 8dd425f8ca
commit 5160aaff0d
3 changed files with 21 additions and 17 deletions

View File

@@ -110,8 +110,7 @@ merge the `style.css` with [devicon.css](./devicon.css) and follow the next step
with a more elegant solution to support automated build processing.
### Build and minify stylesheet
Run the following commands to build the resulting file `devicon.min.css`
Run the following command to build the resulting file `devicon.min.css`
```bash
gulp concat-css
gulp minify-css
gulp default
```