如何与iron-router软件包一起运行template-engine-preview-3?
Iron-Router package的Git存储库有一个名为 shark 的分支,我认为应该允许将Iron-Router与meteor的新模板引擎一起使用(如template-engine-preview-3)< / p>
.meteor / release:
template-engine-preview-3
smart.json:
{
"packages": {
"iron-router": {
"git": "https://github.com/EventedMind/iron-router.git",
"branch": "shark"
},
...
}
}
smart.lock:
...
"iron-router": {
"git": "https://github.com/EventedMind/iron-router.git",
"branch": "shark",
"commit": "4e1ee0581d68bff422a915dacb0bd30eae10fe08"
}
...
另外我运行mrt update
。
Meteor应用程序以命令:meteor --release template-engine-preview-3
任何人都可以使用新的模板引擎成功运行铁路由器吗?
答案 0 :(得分:3)
@gadicohen创建了一个与template-engine-preview-3
一起使用的补丁。您可以将此代码放入smart.json
文件中进行测试:
"iron-router": {
"git": "https://github.com/gadicohen/iron-router",
"branch": "dev"
}
答案 1 :(得分:1)
你不能......但是。 ironRouter还没有准备好支持新的模板引擎。
关注https://github.com/EventedMind/iron-router/pull/238了解详情。
我想如果你现在真的想要的话,你可以把铁线路插入并插上补丁。