0.1.2 • Published 8 years ago

fis3-deploy-cdn-httpupload v0.1.2

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

#fis3-deploy-i18n-template A i18n deploy plugin for fis3 to push static resource to cdn

configuration

fis.match('*.{png,jpg,css,js}', {
    release: '/your-base-path$0',
    useDomain: true,
    domain: 'http://img.phone.baidu.com/public/uploads/fe'
});


fis.match('**', {
    deploy: [
        //upload to cdn
        fis.plugin('cdn-httpupload',{
            cdnUrl:'your-cdn-interface',
            basePath:  'your-base-path',
            fileType: ['.png','.jpg','css','js'],
        }),
        //deliver
        fis.plugin('local-deliver',{to:'./publish'}),
    ]
});
0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago