plasma-umass / browsix

Browsix is a Unix-like operating system for the browser.
Other
3.15k stars 181 forks source link

Build files not in npm package #47

Closed golmansax closed 7 years ago

golmansax commented 7 years ago

I'm not sure if this was intended, but the build files in lib/ are not in the published npm package. There is a prepublish script, and I believe npm is ignoring the generated lib/ files on publish, because it by default ignores all files in .gitignore.

My use case is I'm trying to use browsix in a web app and installed browsix as an npm dependency. Thanks!

HopperMCS commented 7 years ago

Good question, I asked two similar questions and have yet to hear back from @bpowers or any of the alumni

bpowers commented 7 years ago

Hi @golmansax and @MGageMorgan! I've just published a new version on npm, v0.9.2, that should have lib/ included in the package. Hopefully this fixes your problem, but let me know if it doesn't.

golmansax commented 7 years ago

@bpowers I'm running into an error by using the newer version, but I'll file a separate issue with that. Thanks for the quick response!