call it develop instead of watch

This commit is contained in:
Brian Hicks 2019-04-02 15:53:48 -05:00
parent 59930a2867
commit 2f5bf0839c
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ clean:
.PHONY: styleguide-app
styleguide-app:
./script/watch.sh
./script/develop.sh
documentation.json: node_modules
npx elm make --docs $@

View File

@ -51,7 +51,7 @@ This repo contains an app showcasing all of these UI widgets.
To see them locally:
```
make styleguide-app
script/develop.sh
```
If you'd like to test your widget in the monolith before publishing, check out the helpful tips [here](https://paper.dropbox.com/doc/Grafting-noredink-ui-into-the-monolith--AOae7awXY8Br7YEhbZunUEZdAg-ff7N9zwMyRR2D5Umza5Ez).

View File

@ -19,7 +19,7 @@ To quit, hit "q" or ctrl-c.
EOF
# start a web server, and tear it down with the rest of the process
# start a web server in the background and tear it down when exiting
./script/serve.sh public &
SERVER_PID=$!
cleanup() {