gpt4 book ai didi

javascript - 为 handlebars 编译器指定一个文件

转载 作者:行者123 更新时间:2023-11-30 05:44:55 25 4
gpt4 key购买 nike

我正在尝试在 webstorm 中设置一个监视文件。

我想将一个文件预编译到我的主程序中 templates.js聚合文件。

这可能吗?

如果我使用 /path/to/hello.tpl -f templates.js选项它只是覆盖我在 templates.js 中的所有其他模板文件。

如果我使用 /path/to/templates > templates.js这意味着当我只修改一个模板时,我必须预编译我的文件观察器中的每个模板。

编辑:

如果您传递一个目录,并将其输出重定向到一个文件,您可以在一个文件中获得所有预编译模板。 handlebars -e tpl ./templates/ > ./js/templates.js

这将预编译所有 ./templates/*.tpl文件并将它们保存到./js/templates.js然后您可以将其包含在您的页面中。

以下是有关该技术的更多信息: http://berzniz.com/post/24743062344/handling-handlebars-js-like-a-pro

最佳答案

有一个 nodejs 插件可以完全满足您的需求。请尝试一下,看看它是否适合您。

https://github.com/cif/handlebar-rider

关于javascript - 为 handlebars 编译器指定一个文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18551607/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com