Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是一名前端开发人员,主要与 PHP 开发人员合作,最近我在考虑使用 HAML 或 Slim 来编写我处理给他们的 HTML 模板,而不是纯 HTML。
但我知道他们需要 Ruby/Node 才能使用它们,所以我的问题是如何“如果可能”将它们与 Grunt 一起使用并利用循环、条件等。而不是在 Ruby 环境中?
有几种 HAML 编译器适用于所有类型的语言。对于 PHP,我可以建议您查看MtHaml,效果非常好,如果您愿意,可以使用 twig 等。