Skip to content

Commit

Permalink
Meta: fix the README about local deploy to actually work
Browse files Browse the repository at this point in the history
Broken by #82.
  • Loading branch information
foolip committed Nov 15, 2017
1 parent d3d7426 commit 5b34450
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
node_modules
.DS_Store
/compat.spec.whatwg.org/
deploy.sh
deploy_key
deploy_key.pub
compatibility.html
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -3,3 +3,6 @@ local: compatibility.bs

remote: compatibility.bs
curl https://api.csswg.org/bikeshed/ -f -F file=@compatibility.bs > compatibility.html -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"

deploy: compatibility.bs
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -25,9 +25,11 @@ running `make remote`.
If you want to do a complete "local deploy" including commit and/or branch snapshots, run

```
./deploy.sh --local
make deploy
```

Note that this still requires access to the network.

Run the following steps to enable fancy-mode (which will run `make` every time `compatibility.bs` is changed on the filesystem).

Step 0. Install Node.js and npm
Expand Down

0 comments on commit 5b34450

Please sign in to comment.