Skip to content

Commit

Permalink
Add the command to minify css (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
  • Loading branch information
xh3n1 authored and Sam Tuke committed Oct 26, 2018
1 parent 904cc4c commit 6a514ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -45,6 +45,10 @@ sudo npm install
```
grunt watch
```
### Minify CSS
```
grunt less
```
Each time a less file is changed, style.css will be generated automatically.

### Minify the javascript
Expand Down

0 comments on commit 6a514ce

Please sign in to comment.