fis3-deploy-refresh
v1.0.0
Published
## 说明
Downloads
2
Readme
fis3-deploy-refresh
说明
在 fis-deploy-http-push插件完成上传工作之后,刷新本地浏览器。
使用方法
fis.match('*.js', {
deploy: [
// other plugins
fis.plugin('http-push'),
fis.plugin('refresh', {
url: 'xxx'
})]
});