From: Jérémy Fabre Date: Fri, 21 Oct 2016 10:01:53 +0000 (+0200) Subject: Update README X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0910f3f5e40adb773dc2072d053a2ddda94f82b5;p=mezzo.git Update README --- diff --git a/README.rst b/README.rst index 2f5bf3e5..46b33484 100644 --- a/README.rst +++ b/README.rst @@ -104,6 +104,21 @@ Static files are not included in Git. You need to compile them locally. gulp build +Work on static files (CSS/JS) +================== + +If you want to modify CSS or JS + +1. Installing gulp dependencies:: + + See previous section. + +2. Run gulp:: + + gulp + +Gulp will launch BrowserSync. BrowserSync is a middleware that expose the website on port 3000. +Any change on CSS or JS files will trigger the build system and reload the browser. Paths ======