grunt-lefdupload
upload file to cdn
Getting Started
This plugin requires Grunt.
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
$ npm install grunt-contrib-lefdupload --save-dev
The "lefdupload" task
Overview
In your project's Gruntfile, add a section named lefdupload
to the data object passed into grunt.initConfig()
.
grunt.initConfig({
lefdupload: {
options: {
url: '',
requestOptions:{},
postData:{}
},
your_target: {
},
},
})
Options
options.url
Type: String
Default value: ''
the url is post-target .
options.remote
Type: object
Default value: {}
remote setting eg: options.remote.folder = 'project'.
grunt.initConfig({
lefdupload: {
options: {
separator: ': ',
punctuation: ' !!!',
},
files: {
'dest/default_options': ['src/testing', 'src/123'],
},
},
})
Release History
(Nothing yet)
License
Copyright (c) 2016 liuluying@le.com. Licensed under the MIT license.