fis3-deploy-local-deliver-ifweb
v1.0.4
Published
fis3 deploy http-push plugin
Downloads
4
Readme
fis3-deploy-local-deliver-ifweb
说明 1.0.4 修改 other 存在不存在的状态下打包
fis.match('*', {
deploy: fis.plugin('local-deliver-ifweb', {
to: '../dev-out',
other: [
{ from:'cssdemo/css/',
to: '../css-dev',
filter: /\.css$/
},
{
from:'./',
to: '../html-dev',
filter: /\.html$/
},
{
from:'jsdemo/js',
to: '../js-dev',
filter: /\.js$/
}
],
})
})
});