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.
我正在尝试在 Spring MVC 框架中使用客户端的dustJS 模板。如何在运行项目之前编译所有 .dust 文件?
您可以在构建时(或在启动应用程序之前)编译所有灰尘模板并将它们保存为 JS。然后在需要时加载它们,使用它们,dust.loadSource一旦加载它们就可以渲染它们。
dust.loadSource
如果您使用 Grunt 来运行构建任务,那么您可以使用灰尘编译器插件(如下)即时编译您的灰尘模板:
https://www.npmjs.org/package/grunt-dust-compiler