0.0.8 • Published 7 years ago

grunt-contrib-lefdupload v0.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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: {
      // Task-specific options go here.
      url: '',
      requestOptions:{},
      postData:{}
    },
    your_target: {
      // Target-specific file lists and/or options go here.
    },
  },
})

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.

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago