X刷新替代方案
我在 Windows 上使用 Netbeans PHP + Firefox 4 进行 Web 开发。
我使用了一个名为 Xrefresh 的常见 Firebug 扩展。每次我的项目目录发生更改时,它都会自动刷新我打开的 Firefox 选项卡,因此在 netbeans 中按 ctrl+s 会触发浏览器中的自动刷新。使用 CSS 的方式非常舒适,几乎可以实时预览。
但现在,由于新的 Firefox 和 Firebug 版本,Xrefresh 不再工作,问题是 - 有没有好的替代方案,或者有人知道现在如何配置 Xrefresh? 如果没有实时预览,我的开发速度就会变慢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
https://github.com/NV/auto_update_stylesheets
这可以帮助你。它通过 css 保存时的 ajax 刷新页面。
https://github.com/NV/auto_update_stylesheets
This could help you. It refreshes the page via ajax on css save.
IE 有一个自动刷新更改工具。它称为 ReloadIt,可从 http://reloadit.codeplex.com 获取。自由的。
不是 IE 的附加组件,而是更多的“附属品”。它不会更改 IE 安装,不会安装 BHO 或类似的东西。因此安装影响非常低。
您选择一个要自动重新加载的 URL,并指定一个或多个目录路径来监视更改。按F12开始监控。
设置后,将其最小化。然后编辑您的内容文件。保存后,页面将重新加载。像这样:
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:
我已经设法继续使用 xrefresh 直到 Firefox 9,但我对版本 10 没有任何运气。
我现在已切换到 livereload,他们已经推出了不错的 Mac 版本一段时间了,最近还发布了一个非常实验性的 Windows 版本。
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.