1.0.1 • Published 8 years ago

fis3-deploy-filter v1.0.1

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

fis3-deploy-filter

通过配置 include 和 exclude 参数,对要部署的文件进行过滤

fis.match('*', {
	deploy: [
		fis.plugin('filter', { exclude: ['/map.js']}),
		fis.plugin('local-deliver', {
			to: 'output'
		})
	]
});
1.0.1

8 years ago

1.0.0

8 years ago