1.0.3 • Published 7 years ago

fis3-deploy-gfe-replace v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

fis3-deploy-gfe-replace

fis3-deploy-gfe-replace

INSTALL

npm install [-g] fis3-deploy-gfe-replace

USE

fis.match('**', {
    deploy: [
        fis.plugin('gfe-replace', {
	        patterns: [
	            {
	                match: '__JS_DOMAIN__',
	                replacement:'//js.atguat.net.cn'
	            },
	            {
	                match: '__CSS_DOMAIN__',
	                replacement:'//css.atguat.net.cn'
	            }
	        ]
    	}),
        fis.plugin('local-deliver') //must add a deliver, such as http-push, local-deliver
    ]
});
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago