SpineJS / Hem + Jade模板

时间:2013-06-14 10:33:48

标签: pug spine.js

你如何让Spine / Hem呈现Jade模板?在documentation的最后一行,它说你必须在 slug.json 中包含jade的 runtime.js 作为lib但是当我这样做并运行我的应用程序:

Uncaught ReferenceError: exports is not defined application.js:46
Uncaught ReferenceError: require is not defined

还有更多内容还是我做错了什么?我使用 npm 来安装jade,所以我只是添加了 slug.json 中的路径,如下所示:

{
  "dependencies": [
    "es5-shimify", 
    "json2ify", 
    "jqueryify", 
    "spine",
    "spine/lib/local",
    "spine/lib/ajax",
    "spine/lib/route",
    "spine/lib/manager"
  ],
  "libs": ["node_modules/jade/lib/runtime.js"]
}

感谢

1 个答案:

答案 0 :(得分:0)

确保你在0.3版本的下摆或更新版本,因为之前没有实现玉器支持,然后除了github.com/spine/hem上的最新下摆文档,请查看slug.json的一个简单示例应用程序我做了那个使用玉和下摆

https://github.com/aeischeid/randomizable-excercise-picker/blob/b1c17e10ca1f3dd6e15d5127f1a9d029616f195d/slug.json