Skip to content

Commit

Permalink
nodejs 版本:不同模块支持内存缓存共享
Browse files Browse the repository at this point in the history
  • Loading branch information
唐斌 committed Mar 31, 2014
1 parent bb07efc commit f60b4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ artTemplate 提供一个语法扩展用来简化模板逻辑语法。简洁语

var template = require('art-template');

简洁语法版请 ``require('art-template/dist/template-simple')``
简洁语法版请使用 ``require('art-template/src/node-template-simple')``

## 自动化工具

Expand Down
3 changes: 1 addition & 2 deletions src/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,5 @@ global.template = template;

/*#include:template-syntax.js#*/

})(this);

})(this.window || global);

0 comments on commit f60b4f4

Please sign in to comment.