diff --git a/web/themes/custom/geofresco/README.md b/web/themes/custom/geofresco/README.md index f3c4c7b..e5bbb3a 100644 --- a/web/themes/custom/geofresco/README.md +++ b/web/themes/custom/geofresco/README.md @@ -44,6 +44,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. ```