From 4ffc29161773152513bed38c06c2ed5181be407d Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 10 Aug 2016 10:00:16 -0400 Subject: [PATCH] (doc) Update Developer's Guide --- Documentation/SOGoDevelopersGuide.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/SOGoDevelopersGuide.asciidoc b/Documentation/SOGoDevelopersGuide.asciidoc index b07e391fe..7623d97be 100644 --- a/Documentation/SOGoDevelopersGuide.asciidoc +++ b/Documentation/SOGoDevelopersGuide.asciidoc @@ -153,10 +153,12 @@ Building frontend * Install grunt npm install -g grunt-cli + npm install -g bower * Generate JavaScript files cd UI/WebServerResources + npm install grunt build Version Control