grunt-brick-compile-template

brick项目的模板预处理


Keywords
gruntplugin
License
GPL-2.0+
Install
npm install grunt-brick-compile-template@1.0.2

Documentation

  • doT和 easyTemplte 的修改版本
  • 两者添加支持了模板 include
  • 两者不同模板语法的模板可以互相 include
  • 统一两者编译函数
  • 两者模板可以编译为独立function脱离模板引擎使用
  • 两者互相 include 后的内容可以编译为独立一体的 function 也可以编译为 require
  • include 依赖以及编译部分包装为 grunt 任务