binaryage / xrefresh

Browser refresh automation for web developers
http://xrefresh.binaryage.com
Other
64 stars 13 forks source link

Firefox 4 support #19

Open NV opened 14 years ago

NV commented 14 years ago

XRefresh doesn't work in Firefox 4 beta, Firebug 1.6X0a16. I changed maxVersion to <em:maxVersion>4.0.*</em:maxVersion> to install it. It installs, so "XRefresh" tab shows, but doesn't work at all.

lmartins commented 13 years ago

Please solve this. It's the only plugin keeping me from switching to Firefox4

NV commented 13 years ago

Shameless promotion: LiveReload Firefox extension is on the way. Stay tuned.

Kopac commented 13 years ago

Setting maxVersion to 4.0.* works for me on Windows 7 x64, Firefox 4.0 and Firebug 1.7.1b1.

fa11enangel commented 13 years ago

I've checked out the current version and build it with rake. This one works with Firefox 4.0 on MaxOS X 10.6.7:

 git clone https://github.com/darwin/xrefresh.git
 cd xrefresh
 rake

The new .xpi file for Firefox is located in "rel" directory.

Thank you for the great software!