3box / 3box-js

3Box JavaScript SDK: User identities, storage, messaging
MIT License
207 stars 65 forks source link

Build.js file missing in example #864

Closed mikedeshazer closed 4 years ago

mikedeshazer commented 4 years ago

Describe the bug In the this file: https://github.com/3box/3box-js/blob/develop/example/index.html, there is no build.js and the dist directory does not exist.

To Reproduce Clone repo and try to run the example. It won't work because the JS files are missing.

Expected behavior JS files should be present and in correct directoru

Affects all browsers.

oed commented 4 years ago

Please see the readme for how to run the example: https://github.com/3box/3box-js#example

mikedeshazer commented 4 years ago

Created pull request to help other developers who might not read the entire README before testing the examples folder https://github.com/3box/3box-js/pull/865