FineUploader / bower-dist

A bower build for FineUploader/fine-uploader
http://fineuploader.com
MIT License
17 stars 9 forks source link
bower-components distribution fineuploader

Fine Uploader

Bower license

Documentation | Examples | Support | Blog | Changelog


Bower distribution build of Fine Uploader

Usage

First, download Fine Uploader:

bower install fine-uploader --save

Then, simply reference the necessary JavaScript files on your HTML page:

<script src="https://github.com/FineUploader/bower-dist/raw/master/bower_components/fine-uploader/dist/fineuploader.min.js"></script>
<link href="https://github.com/FineUploader/bower-dist/blob/master/bower_components/fine-uploader/dist/fineuploader.min.css" type="text/css">

Enjoy


Updating or building manually

You normally should not have to do this, but you can also build this distribution yourself by following the steps in this section.

Prepping (getting fine-uploader)

$ git clone --recursive https://github.com/FineUploader/bower-dist.git

OR, if you already cloned this repo;

$ cd fineuploader-dist
$ git pull origin

Building

In your terminal please navigate to where the project is cloned

$ ./build.sh <version> # e.g: ./build.sh 5.11.8

NOTE:

Credits