1.0.1 • Published 8 years ago

fis-parser-tptmpl2utc v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

fis-parser-tptmpl2utc

Convert thinkphp template to underscore template.

use

npm install --save fis-parser-tptmpl2utc

settings

fis.match('**.tmpl.tpl', {
    // utc编译
    parser: fis.plugin('tptmpl2utc'), // 启用fis-parser-tptmpl2utc插件
    isJsLike: true, // 只是内嵌,不用发布
    isMod: false,
    release: false
}, true);
1.0.1

8 years ago

1.0.0

8 years ago