소스 검색

Add the missing step of grunt build to the readme

Allen 8 년 전
부모
커밋
1a3d34b918
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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