Skip to content

towards webext-js-ipfs: webpack, refactor, reorg, cleanup, update manifest #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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

daviddias
Copy link

@daviddias daviddias commented May 8, 2017

@victorbjelkholm can we rename this project webext-js-ipfs and move it to the IPFS org, please?

Made this for ipfs/in-web-browsers#54

@victorb
Copy link
Owner

victorb commented May 9, 2017

Thanks! Pushed some updates I've done during some nights, seems there is bunch of conflicts. I'll take a look at this later and also write an update in the unify issue created

@@ -0,0 +1,3 @@
# This file was created by https://github.com/mozilla/web-ext
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be .gitignored

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is needs to be persisted because otherwise it'll always be generated and result in a new extension instead of new version to existing one.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it

spawn-node.js Outdated
webRTCStar: {
Enabled: true
}
}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't apply with new version of IPFS

@victorb
Copy link
Owner

victorb commented May 9, 2017

I can finish off the proposed changes here tonight

@daviddias
Copy link
Author

@victorbjelkholm looked at all the commits and I believe they can be discarded, since in my update:

  • I've already used bl to buffer up the stream and send the data
  • mdns and webrtc-star enabled flags are not necessary with latest js-ipfs
  • content-script is already called content-script
  • 4a86a81 doesn't really change anything on the codebase.

Might double check and if confirmed, discard the minor changes and merge my PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants