From eea495d4198169654665376913cf93cbf6ebfe72 Mon Sep 17 00:00:00 2001 From: Marcin Michniewicz <45601541+aibcmars@users.noreply.github.com> Date: Wed, 9 Dec 2020 16:14:58 +0100 Subject: [PATCH] Update docs/contributors/demo-page-css.md Co-authored-by: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> --- docs/contributors/demo-page-css.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/contributors/demo-page-css.md b/docs/contributors/demo-page-css.md index 08b4ec7dce..90895f4ee2 100644 --- a/docs/contributors/demo-page-css.md +++ b/docs/contributors/demo-page-css.md @@ -9,9 +9,7 @@ feel free to preview config files: - [postcss.config.js](postcss.config.js) - [tailwind.config.js](tailwind.config.js) -rollup build is updated to handle livereload, there are 2 scripts in [package.json](package.json) that permits that: \ -1. Build the output tailwind.css file. \ -```"demo:css": "postcss src/static/css/styles.css -o src/static/css/tailwind.css"``` +The Rollup build is updated to handle livereload, there are 2 scripts in [package.json](../../package.json) that permits that: \ +1. Build the output tailwind.css file: `demo:css` -2. Watch for the changes in html and styles.css. \ -```"watch:css": "chokidar \"src/static/css/styles.css\" \"src/*.html\" --command \"npm run demo:css\" --verbose"``` +2. Watch for the changes in html and styles.css. `watch:css`