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.
如何让 prepros 在 Jade 模板中观看 HTML 包含文件?
更新包含的 HTML 后,不得不保存 Jade 文件有点烦人。Codekit 有这个功能,任何想法如何让它在 Jade 中工作?
我也没有成功,但我使用了您可能喜欢的简单修补程序。
example.html
example.jade
在文件顶部写任何带有点的标签,左侧没有缩进(它是顶级标签)。
span. <html> ...
现在您可以编辑example.jade为一个简单的 .html 文件。希望它会有所帮助。