Add the missing step of grunt build to the readme

This commit is contained in:
Allen 2017-09-05 01:56:52 +08:00
parent 5d3c3a6889
commit 1a3d34b918

View File

@ -124,7 +124,7 @@ To build the frontend assets only on changes:
```bash
sudo npm install -g grunt-cli # to do only once to install grunt command line interface
grunt watch
grunt && grunt watch
```
### Recompile backend on source change