Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 24-Nov-2021 | - | ||||
dist/ | H | 03-May-2022 | - | 1,102 | 1,012 | |
.bower.json | H A D | 24-Nov-2021 | 1.1 KiB | 55 | 55 | |
LICENSE | H A D | 24-Nov-2021 | 1.1 KiB | 22 | 17 | |
README.md | H A D | 24-Nov-2021 | 2.1 KiB | 73 | 47 | |
bower.json | H A D | 24-Nov-2021 | 817 | 46 | 45 |
README.md
1[![Fine Uploader](http://fineuploader.com/img/FineUploader_logo.png)](http://fineuploader.com) 2 3![Bower](https://img.shields.io/bower/v/fine-uploader.svg?style=flat-square) 4[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) 5 6[**Documentation**](http://docs.fineuploader.com) | 7[**Examples**](http://fineuploader.com/demos) | 8[**Support**](http://fineuploader.com/support.html) | 9[**Blog**](http://blog.fineuploader.com/) | 10[**Changelog**](http://blog.fineuploader.com/category/changelog/) 11 12--- 13 14## [Bower](http://bower.io) distribution build of [Fine Uploader](http://fineuploader.com) 15 16### Usage 17 18First, download Fine Uploader: 19 20```bash 21bower install fine-uploader --save 22``` 23 24Then, simply reference the necessary JavaScript files on your HTML page: 25 26```html 27<script src="/bower_components/fine-uploader/dist/fineuploader.min.js"></script> 28<link href="/bower_components/fine-uploader/dist/fineuploader.min.css" type="text/css"> 29``` 30 31__Enjoy__ 32 33---- 34 35### Updating or building manually 36 37You normally should not have to do this, but you can _also_ build this distribution yourself by following the steps in this section. 38 39#### Prepping (getting fine-uploader) 40 41```bash 42$ git clone --recursive https://github.com/FineUploader/bower-dist.git 43``` 44 45OR, if you already cloned this repo; 46 47```bash 48$ cd fineuploader-dist 49$ git pull origin 50``` 51 52#### Building 53 54In your terminal please navigate to where the project is cloned 55 56```bash 57$ ./build.sh <version> # e.g: ./build.sh 5.11.8 58``` 59 60**NOTE:** 61 62- The build will automaticaly install node dependencies if the node_modules directory does not exist. 63- If for some reason you would like to reinstall the dependencies use `--reinstall-dep` to remove existing `node_modules` directory first. After that execute the following command: 64 65 ```bash 66 $ ./build.sh <version> --reinstall-dep 67 ``` 68 69### Credits 70 71* [Fery Wardiyanto](https://github.com/feryardiant) as original author of this distribution. [Buy him a coffee](https://gratipay.com/~feryardiant/). 72* **Fine Uploader** is a code library sponsored by [Widen Enterprises, Inc.](http://www.widen.com/) 73