mat-componenttmpl
v0.0.1
Published
用来处理brix的模版文件的打包
Downloads
4
Readme
mat-componenttmpl
用来处理brix的模版文件的打包,会自动去匹配/@TEMPLATE\|(.*?)\|TEMPLATE@/g
对应的文件地址,进行替换。
Installation
npm install --save mat-componenttmpl
Usage
var mat = require('mat')
var componenttmpl = require('mat-componenttmpl')
var rewrite = require('mat-rewrite')
mat.task('daily', function () {
mat.url([/\.js/])
.use(componenttmpl())
})