fis3-postprocessor-href-locate-z
v0.1.1
Published
基于fis3-postprocessor-href-locate修改,给类html文件中的href定位资源,支持domain设置
Downloads
2
Readme
fis3-postprocessor-href-locate-z
A postprocessor plugin for fis3 to locate href attribute on a tag
fis-conf.js
fis.match('*.{tpl,html}', {
postprocessor: fis.plugin('href-locate-z',{})
})