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. ```