如何:hogan.js和预编译

时间:2013-11-04 13:20:04

标签: hogan.js

我有一个问题:如何使用绿巨人进行预编译?这是hogan.js的一个特色。

在我刚刚阅读的许多网站上,您必须使用绿巨人预编译您的模板,但没有演示如何操作。

我的项目结构如下:

myproject
--libs
----lib
------hogan.js
------compiler.js
------template.js
----bin
------hulk
--index.html
--tpl
----Tpl.html

如您所见,我想在tpl目录中预编译Tpl.html。

我正在使用Windows。 Nodejs已安装并且系统环境变量 为nodejs设置。

提前感谢您的帮助。

0 个答案:

没有答案