From 0910f3f5e40adb773dc2072d053a2ddda94f82b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 21 Oct 2016 12:01:53 +0200 Subject: [PATCH] Update README --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 ====== -- 2.39.5