aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Hand <joe@joeahand.com>2016-08-12 09:58:09 -0400
committerJoe Hand <joe@joeahand.com>2016-08-12 09:58:09 -0400
commit4cc69d985ee6427fe297535d7cb18ec944a2c41a (patch)
tree07b43a848f936adc10b6d3a58b21b43407ac9c94
parent253db19f5e2ee8c87c74d992c69d4f936eaa7db9 (diff)
downloaddat-docs-4cc69d985ee6427fe297535d7cb18ec944a2c41a.tar.gz
dat-docs-4cc69d985ee6427fe297535d7cb18ec944a2c41a.zip
add new commands to readme
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index afe55ba..b8903c7 100644
--- a/README.md
+++ b/README.md
@@ -40,9 +40,11 @@ We use [ecosystem-docs](https://github.com/hughsk/ecosystem-docs) to get documen
All the npm commands
* `npm run deploy`: build and deploy to github
-* `npm run build:deploy`: build full html pages for deployment
-* `npm run build:local`: build app for local viewing
+* `npm run build:deploy`: build full html pages & css for deployment
+* `npm run build:local`: build app & css for local viewing
* `npm start`: start budo server to view locally
+* `npm run build:css`: build css, runs with both build commands
+* `npm run watch:css`: watch css live and build:local with changes
* `npm update`: run both update commands
* `npm run update:list` updates the repository list only
* `npm run update:build` downloads the latest readme to the docs folder.