将spine.js 与haml 结合使用
目前我正在玩一点spine.js 我已经红色了有关视图的文档,其中他们展示了一个以 eco 作为模板引擎的示例。 到目前为止,我不太喜欢生态引擎。 我更喜欢使用 haml 作为我的模板引擎。
有没有办法在spine.js中添加对haml的支持?
到目前为止,我尝试添加 https://github.com/uglyog/clientside-haml-js 在我的 index.html 中,然后我能够在我的控制器中将 haml 模板编译为 html。
但不可能以与eco 文件相同的方式加载模板。
那么如何将 haml 集成到 spin.js 中呢?
currently I'm playing a little bit with spine.js
I have red the documentation about views and there they have shown an example with eco as templating engine.
Until now i don't really like the eco engine.
I would prefer to use haml as my templating engine.
Is there a way to add support for haml in spine.js?
Until now i tried to add https://github.com/uglyog/clientside-haml-js in my index.html and then i was able to compile haml templates, in my controller, to html.
But it is not possible to load the templates in the same way as it works wit the eco files.
So how can I integrate haml into spine.js?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 hem-haml-coffee。
我最近添加了 jhaml 支持,相当于 jeco。
Use hem-haml-coffee.
I recently added jhaml support as an equivalent to jeco.
解决方案是将 slug.js 文件添加到您的应用程序中,其中包含相关内容
您可以在此处找到更详细的解决方案:https://groups.google.com/组/spinejs/browse_thread/thread/d951e77db33d084a
The solution is to add a slug.js file to your application which includes the relevant stuff
You will find a more detailed solution here: https://groups.google.com/group/spinejs/browse_thread/thread/d951e77db33d084a