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.
有什么方法可以将SLIM文件转换为HAML或 ERB?我搜索了任何可以进行此转换的现有网站(如 html2haml.heroku.com/ 或 css2sass.heroku.com),但仍然没有运气。谢谢。
苗条的:
我不知道,但 Texmate 允许您将 slim 转换为 html (链接)
也许你可以使用它而不是 html2haml ?
希望这仍然可以为您节省一点时间。
看看Slim 文档是怎么说的:
Slim 可以使用 slimrb 转换为 ERB,或者Slim::ERBConverter两者都包含在 Slim gem 中
Slim::ERBConverter
需要注意的是,ERB 转换相当草率。事实上,我正在开发一个 Slim fork 以在将 Slim 模板转换为 ERB 时改进输出,但它还没有完全准备好。