Xrefresh alternative

送分小仙女□ 提交于 2019-12-24 09:08:18

问题


i am using Netbeans PHP + Firefox 4 on Windows for my web development.

I've used a common firebug extension called Xrefresh. It was automaticlly refreshing my opened firefox tab everytime change in my projects directory occured, so pressing ctrl+s in netbeans was triggering auto-refresh in the browser. Very comfort way to work with css, almost live preview.

But now since new Firefox and Firebug versions Xrefresh doesn't work anymore and the question is - are therey any good alternatives, or does someone know how to configure Xrefresh now? Without live preview my development is somehow slower.


回答1:


There's an automatic refresh-on-change tool for IE. It's called ReloadIt, and is available at http://reloadit.codeplex.com . Free.

Not an add-on to IE, but more of an "adjunct". It does not change the IE install, does not install a BHO or anything like that. So very low-impact installation.

You choose a URL that you'd like to auto-reload, and specify one or more directory paths to monitor for changes. Press F12 to start monitoring.

After you set it, minimize it. Then edit your content files. When you save, the page gets reloaded. like this:




回答2:


https://github.com/NV/auto_update_stylesheets

This could help you. It refreshes the page via ajax on css save.




回答3:


I've managed to keep using xrefresh up until Firefox 9 however I'm not having any luck with version 10.

I've now switched to livereload, they've had a decent Mac version out for a while and a very experimental Windows version has recently been released.



来源:https://stackoverflow.com/questions/6031109/xrefresh-alternative

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!