]> git.parisson.com Git - mezzo.git/commitdiff
Update README
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 21 Oct 2016 10:01:53 +0000 (12:01 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 21 Oct 2016 10:01:53 +0000 (12:01 +0200)
README.rst

index 2f5bf3e591677eec5cd1c07686378030461e5ede..46b334841b1d67c717b14621542f96712895ab04 100644 (file)
@@ -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
 ======