Procházet zdrojové kódy

Merge pull request #9164 from summic/master

Add the missing step of "grunt build" to the README.md
Carl Bergquist před 8 roky
rodič
revize
a1faa6d4d9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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