From 22a44ae069e47efda69958126a045b8b8e234952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 6 Aug 2019 16:00:13 -0400 Subject: [PATCH] Update README with CSS compile shortcut --- web/themes/custom/geofresco/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/themes/custom/geofresco/README.md b/web/themes/custom/geofresco/README.md index b23a098..9cafcd4 100644 --- a/web/themes/custom/geofresco/README.md +++ b/web/themes/custom/geofresco/README.md @@ -79,6 +79,10 @@ Provided by default are seven npm scripts that point to Gulp tasks. We run gulp ``` npm run compile ``` + or: + ``` + ./css + ``` 3. Watch files and run tasks when they change. ```