Skip to content
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

No toolbar button, nothing extra in devtools: it's only an entry in about:addons. #443

Closed
darkred opened this issue Nov 17, 2015 · 2 comments
Assignees

Comments

@darkred
Copy link

darkred commented Nov 17, 2015

I just built a new Firefox xpi via:
initially I had:

git clone https://github.com/mozilla/jpm
npm install
npm link

git clone https://github.com/firebug/firebug.next 
npm install

so I just ran this:

git pull
npm install     (just in case)
jpm xpi

but after updating to the new xpi, the addon is not enabled:
there's no toolbar button, no toolbar button, nothing extra in devtools: it's only an entry in about:addons.

Here is the produced xpi (798 KB, the one from yesterday was 820KB)
https://www.dropbox.com/s/vmm19chwlcnxf4r/firebug%40software.joehewitt.com-3.0.0-beta.1.xpi?dl=0

installed versions:
node.js 5.0.0 x64
npm 3.3.6
jpm 1.0.3
using Firefox 45 Nightly x64 2015-11-16 in win 10 x64

@janodvarko janodvarko self-assigned this Nov 17, 2015
@janodvarko
Copy link
Member

Please do:
npm update

... to get the latest Firebug SDK 0.6.17
I just published it.

Does it help?

Honza

@darkred
Copy link
Author

darkred commented Nov 17, 2015

Yes, this solved it. Thank you.

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

No branches or pull requests

2 participants