From 11c41f2a3800f7be81e44e8b5fad27a33825d711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 30 Aug 2019 18:58:22 -0400 Subject: [PATCH] Drop the styleguide command in docs pretty sure it doesn't work --- web/themes/custom/geofresco/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/web/themes/custom/geofresco/README.md b/web/themes/custom/geofresco/README.md index a744c00..66f5693 100644 --- a/web/themes/custom/geofresco/README.md +++ b/web/themes/custom/geofresco/README.md @@ -87,17 +87,12 @@ Provided by default are seven npm scripts that point to Gulp tasks. We run gulp npm run compress ``` -5. Build the KSS Style guide. - ``` - npm run styleguide - ``` - -6. Lint Sass and JS files. +5. Lint Sass and JS files. ``` npm run lint ``` -7. Delete compiled Sass, JS and style guide files from the /dist directory. +6. Delete compiled Sass, JS and style guide files from the /dist directory. ``` npm run clean ```