使用 LESS 或 SCSS 进行实时预览?
我试图弄清楚是否有一种方法可以使用 LESS 或 SCSS,而无需保存文档或刷新浏览器。目前我使用 CSS Edit,它非常适合实时预览,但我找不到一种方法让实时预览与 LESS 或 SCSS 一起使用。我的理想情况是与 Textmate 和我的浏览器一起获得真正实时(或接近)的设置。我研究了几个选项,WebPutty 很棒,但它还处于测试阶段并且基于 Web,因此我希望有一个能够适合我现有工作流程的解决方案。
非常感谢
I am trying to figure out if there is a way to use LESS or SCSS without having to save the document or refresh the browser. At the moment I use CSS Edit which is great for live previews but I cant find a way to get the live previewing to work with LESS or SCSS. My ideal situation would be to get a truely live (or as close to) setup working with Textmate and my broswer. I have looked at a few options, WebPutty is great but it's in Beta and web based so I'd love a solution that could fit into my existing workflow.
Many thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
这可能就是您正在寻找的内容: livereload.com
我只是在谷歌搜索同样的问题时才发现这个,哈!
目前仅适用于 64 位 Mac。它也处于测试阶段..
开发下的 Windows 版本。
似乎找不到网站上提到的 v1 的链接?
This might be what you're looking for: livereload.com
I only just found this myself while Googling for the same problem, Haa!
It's currently only for 64-bit Macs. Its also in beta..
Windows version under dev.
Can't seem to find a link to the v1 that is mentioned on the site?
如果您使用静态文件,则可以使用取自 http://f.cl.ly/items/0y2G351r3O3T3j1b401u/Live-LESS-previewing-in-Espresso.html
但是,如果您使用的是本地主机,我还不知道如何让它发挥作用。
If you're using static files you can use this code taken from http://f.cl.ly/items/0y2G351r3O3T3j1b401u/Live-LESS-previewing-in-Espresso.html
However, if you are using localhost, I've not figured out how to get this to work yet.
查看边缘。 http://getedge.io - 它允许您从 Sublime Text 或 Textmate 实时编辑 Sass 和 LESS 文件。无需保存文件 - 它会在您键入时更新。您现在就可以注册私人测试版。
Check out EDGE. http://getedge.io - it let's you live edit Sass and LESS files from Sublime Text or Textmate. No need to save the file - it updates as you type. You can sign up for the private beta right now.
对于您正在寻找的内容,没有完整的解决方案。
Chrome 开发工具(启用了 sass 源映射)是你最好的选择,但我认为你不能混合
http:// livestyle.emmet.io/ 是您可能想尝试的另一个选项
Brackets 可以很好地处理实时更改,但仅适用于 chrome
这是我所做的,它达到了目的,并且在 mac/pc 和 linux 中工作起来就像一个魅力
打开一个执行 sass --watch 的终端
有另一个终端/应用程序,让你运行实时重新加载
你的sass将编译,一旦你的样式表更改,所有浏览器都会刷新
但是你不能用它来进行样式注入,这意味着页面将刷新(如果你想要主题对话框,你将不得不再次打开它们)但是还有其他可用于样式注入的工具
希望这会有所帮助!
There is no complete solution for what you are looking.
Chrome dev tools (with sass source maps enabled) is your best bet but I don't think you can do mixins
http://livestyle.emmet.io/ is another option you might want to try
Brackets works well with live changes but applies only for chrome
Here's what I do and it serves the purpose and works like a charm in mac/pc and linux
Have one terminal open that does sass --watch
Have another terminal/app that lets you run live-reload
Your sass will compile and as soon as your stylesheet changes all your browsers get refreshed
But you can't do style injection with this, meaning the page WILL refresh (if you want to theme dialogs, you will have to open them again) But there are other tools available for style injection as well
Hope this helps!
live.js 是您的解决方案:)
它不仅适用于 html、js、css,而且还适用于 less。
你必须用 css 文件类型来欺骗它:
live.js is your solution :)
It doesn't not only work with html, js, css but also less.
You have to trick it with filetype of css:
尝试了 Rails 本地服务器上的书签版本。工作起来轻而易举!
CSSRefresh
Tried the bookmark version on rails local server. Works a breeze!
CssRefresh
前几天,我和我的同事创建了 http://less2css.org。允许您选择版本并实时查看您的转换量。
希望它能帮助某人。
My co-worker and I whipped up http://less2css.org the other day. Allows you to choose the version and see your less converted in realtime.
Hope it helps someone.
我认为目前还没有这样的附加组件,但我也是 Live CSS Editor(如果这就是您所说的 CSS 编辑的意思)。
我认为拥有 SASS 或 LESS 支持类似的东西会很有用,所以我为此类 Chrome 插件(类似于 Live CSS Editor)制作了一个快速原型。它包括语法突出显示和使用客户端 LESS 库的 LESS 支持。它还不方便用户使用,因此不是 Chrome 应用商店的候选者,但这是 Google 代码项目 可以在其中下载并作为解压的扩展程序加载到 Chrome 中。随着时间的推移,我会尝试改进它,但其他人也可以尝试;)
屏幕截图和更多内容是 在此博文中。
I think there is no such add-on right now, but I'm also a fan of Live CSS Editor (if that's what you meant by CSS Edit).
I think it would be useful to have something similar with SASS or LESS support, so I made a quick prototype for such Chrome add-on (analogue to Live CSS Editor). It includes syntax highlighting and LESS support with use of client-side LESS library. It's not user-friendly yet so not a candidate to the Chrome Store, but here is it's Google Code Project where it can be downloaded and loaded into Chrome as unpacked extension. I'll try to improve it over time, but anyone else can try too ;)
Screenshots and a bit more are in this blog post.