Open jakeburden opened 8 years ago
some problems have been reported with gulp build systems not playing well with the pre-compiled version.
I think think fixing this issue would resolve those issues.
until then use this cdn for a pre-compiled version:
<script src='https://cdn.rawgit.com/OpenShare/openshare/master/dist/openshare.js'></script>
npm/browserify run scripts seem to work well for me as well but that might not be the case for everyone
We may be able to remove the browser.js file and change our build steps to look more like this:
notice the -s flag and change in entry point from src/browser.js to src/index.js
from the browserify docs: