fis3-deploy-gfe-script-place
v1.0.5
Published
控制所有script标签的存放位置
Downloads
2
Readme
fis3-deploy-gfe-script-place
fis3-deploy-gfe-script-place
INSTALL
npm install [-g] fis3-deploy-script-place
USE
fis.match('**', {
deploy: [
fis.plugin('gfe-script-place'),//默认参数:insertBodyEndTagBefore=true
fis.plugin('local-deliver') //must add a deliver, such as http-push, local-deliver
]
});