如何使 Guard gem 因语法错误而非致命地失败?

发布于 2024-12-13 16:55:54 字数 247 浏览 1 评论 0原文

Rails 3.1、guard 0.8.8、Fedora 13

我将guard 配置为监视 jquery 模板的更改并使用链轮重新编译 javascript 资产。每当我处理模板并生成语法错误时,guard 都会尝试运行链轮,但会因 SyntaxError 异常而失败。

这会导致守卫致命失败,并且它不再对文件更改做出反应......除非我重新启动守卫或交互地告诉它重新加载。

这是正常的、预期的行为吗?有没有办法让它不致命地失败?

Rails 3.1, guard 0.8.8, Fedora 13

I have guard configured to watch changes to the jquery templates and recompile javascript assets using sprockets. Whenever I work on the templates and generate a syntax error, guard tries to run sprokets which fails with a SyntaxError exception.

This causes guard to fail fatally, and it no longer reacts to file changes... unless I restart guard or interactively tell it to reload.

Is this a normal, expected behavior? Is there a way to make it fail non-fatally?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文