Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FineUploader/bower-dist
A bower build for FineUploader/fine-uploader
https://github.com/FineUploader/bower-dist
bower-components distribution fineuploader
Last synced: 3 months ago
JSON representation
A bower build for FineUploader/fine-uploader
- Host: GitHub
- URL: https://github.com/FineUploader/bower-dist
- Owner: FineUploader
- License: mit
- Archived: true
- Created: 2014-07-15T14:20:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T17:24:21.000Z (almost 7 years ago)
- Last Synced: 2024-04-24T13:28:10.320Z (6 months ago)
- Topics: bower-components, distribution, fineuploader
- Language: Shell
- Homepage: http://fineuploader.com
- Size: 7.61 MB
- Stars: 17
- Watchers: 6
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - bower-dist - A bower build for FineUploader/fine-uploader (Shell)
README
[![Fine Uploader](http://fineuploader.com/img/FineUploader_logo.png)](http://fineuploader.com)
![Bower](https://img.shields.io/bower/v/fine-uploader.svg?style=flat-square)
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)[**Documentation**](http://docs.fineuploader.com) |
[**Examples**](http://fineuploader.com/demos) |
[**Support**](http://fineuploader.com/support.html) |
[**Blog**](http://blog.fineuploader.com/) |
[**Changelog**](http://blog.fineuploader.com/category/changelog/)---
## [Bower](http://bower.io) distribution build of [Fine Uploader](http://fineuploader.com)
### Usage
First, download Fine Uploader:
```bash
bower install fine-uploader --save
```Then, simply reference the necessary JavaScript files on your HTML page:
```html
```
__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)
```bash
$ git clone --recursive https://github.com/FineUploader/bower-dist.git
```OR, if you already cloned this repo;
```bash
$ cd fineuploader-dist
$ git pull origin
```#### Building
In your terminal please navigate to where the project is cloned
```bash
$ ./build.sh # e.g: ./build.sh 5.11.8
```**NOTE:**
- The build will automaticaly install node dependencies if the node_modules directory does not exist.
- 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:```bash
$ ./build.sh --reinstall-dep
```### Credits
* [Fery Wardiyanto](https://github.com/feryardiant) as original author of this distribution. [Buy him a coffee](https://gratipay.com/~feryardiant/).
* **Fine Uploader** is a code library sponsored by [Widen Enterprises, Inc.](http://www.widen.com/)