如何使用emberjs将外部html加载到html中

时间:2013-07-25 12:29:02

标签: ember.js handlebars.js

我当前的HTML页面已经遇到1000行代码。我想让它更易于管理。

所以我正在寻找的解决方案是 -

<script type="text/x-handlebars" data-load-template="detail.html">

代码应该能够从外部源加载detail.html

我该怎么做?

1 个答案:

答案 0 :(得分:0)

您可以选择使用某种类型的构建工具,例如 grunt ,它会将把手文件编译为javascript并将它们附加到您的代码中。

这是一个您可能会觉得有用的项目:https://github.com/yaymukund/grunt-ember-handlebars