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.
所以我在 Scalatra 和 Scalate 中使用了一些服务器端的 mustache 模板,我也想在我的 Javascript 代码中使用它们。
理想情况下,我可以通过某种 ajax 调用加载相同的模板,但我不确定如何使用 Scalatra + jetty 进行设置。
目前模板存在
src/main/webapp/WEB-INF/templates/views/
这是 Scalatra 的默认设置,但这些文件不是由码头静态提供的,所以我不确定如何与前端共享它们。
有什么建议么?