远程使用指南针

发布于 2024-10-12 01:13:02 字数 174 浏览 4 评论 0原文

我在通过 ssh 和我最喜欢的文本编辑器 textmate 使用罗盘式远程功能时遇到问题。 是否有某种方式延迟 sass 文件的实际编译?我认为问题在于指南针识别出文件已更改并立即尝试创建 css,但这是在我的文本编辑器仍在保存时发生的,这会导致文件损坏。

那么问题是,是否可以延迟文件的创建或以其他方式解决这个问题?

I have a problem using compass-style remotley over ssh and my favorite text-editor textmate.
IS there somehow to put a delay on the actual compiling of the sass-files? I think the problem is that compass recognizes that the files are changed and instantly tries to create the css, but this is happening while my text-editor still is saving, which results in broken files.

So the question is, is it possible to delay the creation of the files or solve this in another way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

楠木可依 2024-10-19 01:13:02

我已经找到解决问题的办法了!

在 Textmate 的配置中,可以勾选“使用原子保存”框,这意味着程序创建临时文件,保存到临时文件,删除旧文件并将其替换为新文件。这样指南针就可以像预期的那样工作了!

I have found a solution to the problem!

In the configuration of textmate it was possible to tick a box saying "use atomic save" which means that the program creates a temproary files, saves to the the temporary files, removes the old file and replaces it with the new one. This way compass can work just as excpected!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文