Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 363 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 363 Bytes

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
    ]
});