From 498cc808024c622e8cdc01fdf1c8edee254591b8 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Fri, 18 Dec 2015 13:38:59 +0100 Subject: [PATCH] Document watch css --- website/src/guide/contributing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/src/guide/contributing.md b/website/src/guide/contributing.md index e2b27b464..ad42a51ec 100644 --- a/website/src/guide/contributing.md +++ b/website/src/guide/contributing.md @@ -140,5 +140,8 @@ npm run web If you want to work on Uppy itself, and see its changes reflected in the website, open a new tab and type: ```bash +npm run watch +# Or if you're only interested in one of these: npm run watch:js +npm run watch:css ```