-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy build #27
Comments
Looks like the build fails because of multiformats/js-cid#38 I'll see what the best workaround is |
We made a test build: http://ipfs.io/ipfs/Qmd3P3hmXxrwnT3zyon1JXkTZEmG5JctKBFyT8G5Vvp2he/ |
So the build fails due to @kulpreet I am looking at all the options to solve this. Here is what we can do: Short Term:
Long Term: react-scripts 2.0 will use uglify-es instead of uglify solving this problem completely. The change is already implemented in the alpha, it will also support targeting older browsers which will take care of compiling subdependencies of ipfs automatically facebook/create-react-app#3815 Looks like the alpha works, but new issues show up: |
|
The IPFS ID of the node we are running on EC2 is this means that When we want to update the demo we just need to publish a new version using IPNS from the EC2 and that's it. We can backup the private key so that we don't risk losing access to making new publications. When I was making the first build I created chlu.ydns.eu to try out the @kulpreet can you set up the domains and the Another thing to consider: we need to use hashHistory I think. I'll make a couple of tests to see if browserHistory works but I suspect it won't |
New build: https://ipfs.io/ipfs/QmawsKKMeLy1mLQFh8YQaQnMV4GQQfr3GFzgvNuUeFc3sM This is based on commit d994d1d from PR #52 Build has been IPNS published to https://ipfs.io/ipns/QmYkctX9Wg5g2mBD8mnnNiCQE5toy3RqAkmzAmGEXY4dVU |
New build: https://ipfs.io/ipfs/QmYsqputTd3v84nEDKkgTN34ePuM5CZxM49yCPh8Hv5MFA This is based on master as of now with a small change that disables all rendezvous servers except |
Build a version of the demo and deploy it on IPFS. Once ready, we will publish it so that demo.chlu.io loads that build
The text was updated successfully, but these errors were encountered: