mozilla / lightbeam

Orignal unmaintained version of the Lightbeam extension. See lightbeam-we for the new one which works in modern versions of Firefox.
https://github.com/mozilla/lightbeam-we
Mozilla Public License 2.0
586 stars 149 forks source link

CFX is no more, prepare for JPM #669

Closed erikvold closed 9 years ago

erikvold commented 9 years ago

The Mozilla add-on sdk team, myself included, has decided to discontinue the cfx python based cli, we've replaced it with a far leaner jpm nodejs based cli, you can install it with npm install jpm -g, and try it with jpm -h.

Add-ons made with jpm will only work on Nightly at the moment, so you'll have to consider that when deciding when to switch. The plus side is that you can run your test suite on travis with jpm :)

For more information:

monicachew commented 9 years ago

Thanks for letting us know, Erik. What version are you targeting for jpm to be compatible with GA?

erikvold commented 9 years ago

Fx 38

erikvold commented 9 years ago

https://blog.mozilla.org/addons/2015/02/26/jpm-replaces-cfx-for-firefox-38/