浏览代码

Document watch css

Kevin van Zonneveld 9 年之前
父节点
当前提交
498cc80802
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      website/src/guide/contributing.md

+ 3 - 0
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:
 If you want to work on Uppy itself, and see its changes reflected in the website, open a new tab and type:
 
 
 ```bash
 ```bash
+npm run watch
+# Or if you're only interested in one of these:
 npm run watch:js
 npm run watch:js
+npm run watch:css
 ```
 ```