diff --git a/README.md b/README.md index a9dd8e1..97dd24b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ See `PROTOCOL.md` ## Demo / Prototype -You can find a working build [here](http://ipfs.io/ipfs/QmeynEJNpk46c9RWnDubPgjBee5C1TfmMT1N8a4d1rYa6S). +You can find a working build [here](http://ipfs.io/ipfs/QmSqHvZDxiZFEy1AY6BXmogSk6DZiVJRUU4HEm7DmXSqno). You need a local instance of go-ipfs running for it to work. You also need to set CORS settings right or it won't work. However, in that case, it will complain to diff --git a/upload_webapp_on_ipfs.sh b/upload_webapp_on_ipfs.sh index 0311960..21b2514 100755 --- a/upload_webapp_on_ipfs.sh +++ b/upload_webapp_on_ipfs.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo "/ipfs/$(ipfs add -r -q webapp/dist | tail -n1)" +gulp && echo "/ipfs/$(ipfs add -r -q webapp/dist | tail -n1)"