Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Jun 11, 2018
1 parent b787b4a commit 7ac60eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -46,3 +46,14 @@ sudo npm install
grunt watch
```
Each time a less file is changed, style.css will be generated automatically.

### Minify the javascript
```
grunt concat
```
To unify all .js in one file: phplist-ui-bootlist.js

And then, to minify that file, you have to run:
```
grunt uglify
```

0 comments on commit 7ac60eb

Please sign in to comment.