如何使 Rack::Reloader 重新加载对 haml 文件的更改?
我的 jrubyrack sinatra compass haml 应用程序正确地重新加载对 *.rb 文件的更改,但未检测对 *.haml 文件的更改。
这个指南针是否进行了一些缓存或 Rack::Reloader 的限制?有任何指示如何修复吗?
My jruby rack sinatra compass haml app correctly reloads changes to *.rb files, but does not detect changes to *.haml files.
Is this compass doing some caching or a limitation of Rack::Reloader? Any pointers to how to fix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 http://github.com/rkh/sinatra-reloader
Try http://github.com/rkh/sinatra-reloader
在您的应用程序中执行此操作:
否则模板重新加载仅在开发模式下启用。
Do this in your app:
Otherwise template reloading is only enabled in development mode.