1.1.2 • Published 6 years ago

jello-postpackager-upload-cdn v1.1.2

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

jello-postpackager-upload-cdn


  • 基于fis + jello所编写的插件
  • 源码编译打包后将指定目录静态资源上传cdn

fis-config.js 配置


  • fis.config.set('modules.postpackager', 'upload-cdn');
  • fis.config.set('settings.postpackager.upload-cdn', {
  •   cdnHost: 'your CDN Host',
  •   username: 'your CDN username',
  •   userpwd: 'your CDN password',
  •   startPath: 'LocalAddress/**',
  •   endPath: 'RemoteAddress'
  • });
  • 具体使用参考
1.1.2

6 years ago

1.1.1

7 years ago

0.0.1-security

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago