mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 08:53:33 +03:00
call it develop instead of watch
This commit is contained in:
parent
59930a2867
commit
2f5bf0839c
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ clean:
|
||||
|
||||
.PHONY: styleguide-app
|
||||
styleguide-app:
|
||||
./script/watch.sh
|
||||
./script/develop.sh
|
||||
|
||||
documentation.json: node_modules
|
||||
npx elm make --docs $@
|
||||
|
@ -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).
|
||||
|
@ -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() {
|
Loading…
Reference in New Issue
Block a user