]> git.parisson.com Git - mezzo.git/commitdiff
Update README
authorJérémy Fabre <blackmagik88@gmail.com>
Thu, 21 Jul 2016 12:45:05 +0000 (14:45 +0200)
committerJérémy Fabre <blackmagik88@gmail.com>
Thu, 21 Jul 2016 12:45:05 +0000 (14:45 +0200)
README.rst

index 8c64a92595ba66c5a25b28d0d4a0f095df0b707e..25c6888d9a69d1f0114e63bed4ec10d56a9462a3 100644 (file)
@@ -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