From: Jérémy Fabre Date: Thu, 21 Jul 2016 12:45:05 +0000 (+0200) Subject: Update README X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b8b29a69868b10be50a182f7102bc06e9540d00b;p=mezzo.git Update README --- diff --git a/README.rst b/README.rst index 8c64a925..25c6888d 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ If the app is broken after a restore script, restart the composition with:: docker-compose restart -Work with gulp +Installing gulp dependencies ================== Gulp allow to compile scss to css, concatenate js files and has a watcher, who do this tasks on file change. @@ -72,17 +72,31 @@ Gulp require nodejs installed on your computer to work. npm install --global gulp -2. Install gulp dependancies:: +2. Install gulp dependencies:: npm install -3. Install bower components:: +3. Install ruby dependencies:: + + gem install bundler + bundle install + +Compile static files +================== + +Static files are not included in Git. You need to compile them locally. + +1. Installing gulp dependencies:: + + See previous section. + +2. Fetching Bower components:: bower install -4. Run gulp:: +3. Run gulp:: - gulp [task] + gulp build Paths