我正在使用把手预编译器来使用命令
编译把手模板handlebars *.tpl -f *.js
我正在使用handlebar.runtime-v1.1.2.js来使用预编译的车把模板。
何时使用以下代码执行编译的模板
Handlebars.template('****');
收到错误
Uncaught Error: Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version (>= 1.0.0) or downgrade your runtime to an older version (<= 1.0.rc.2).
任何人都可以指导我将车把预编译器更新到linux机器上的最新版本。