如何使 Guard gem 因语法错误而非致命地失败?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论