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.
我想在使用早午餐的项目中使用 mustache 作为模板。但是我不明白如何将https://github.com/mdp/hoganjs-brunch集成到我的工作流程中。实际上在甚至不明白它应该做什么!
任何帮助/建议?
npm install --save hoganjs-brunch与任何其他插件一样。
npm install --save hoganjs-brunch
hoganjs-brunch 将.hbs文件支持引入到 brunch 的编译部分。您的 hbs 文件将被编译为 javascript。
.hbs
还有更多使用的插件handlebars-brunch,也是 mustache,但更受支持。
handlebars-brunch