答案 0 :(得分:2)
根据the spec:
脚本元素允许作者在其文档中包含动态脚本和数据块。
所以包括模板就好了。
$grunt build
$grunt buildcontrol:heroku
但不是a registered MIME type,因此text/template
更合适(text/x-template
是实验性MIME类型的传统前缀。)
答案 1 :(得分:1)
这是一个古老的问题,但几年前曾被问过:Explanation of <script type = "text/template"> ... </script>
从它的外观来看,它不是正式的。只是一种让你融入其他代码的方法