From 7ea8656104a7e59834f65146bd3f2eb99b0aaa2c Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Sat, 21 Nov 2015 17:45:34 +0100 Subject: [PATCH] updated link to app and publish script --- README.md | 2 +- upload_webapp_on_ipfs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)"