Rails ERB 模板的空白去除器?

发布于 2024-12-05 03:01:44 字数 107 浏览 0 评论 0原文

在谷歌搜索没有成功后,我在这里尝试一下。我正在寻找一个rails gem,它可以从渲染的ERB模板中删除空格,因此代码结构等被删除,只是压缩的html代码。这里有什么提示吗?

提前致谢

after googling around with no success i try it here. i'm looking for a rails gem, which removes whitespace from rendered ERB templates, so code structure etc. gets removed, just compressed html code. any tip here?

thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

是你 2024-12-12 03:01:44

您可能对此感兴趣,这是一个 Rack 中间件,它通过自动缩进和重新格式化内容来清理文本/html 标记:

http://coderack.org/users/webficient/middlewares/38-racktidy

You might be interested in this, a Rack middleware which cleans text/html markup by automatically indenting and reformatting content:

http://coderack.org/users/webficient/middlewares/38-racktidy

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文