Documentation | Examples | Support | Blog | Changelog
Bower distribution build of Fine Uploader
First, download Fine Uploader:
bower install fine-uploader --saveThen, simply reference the necessary JavaScript files on your HTML page:
<script src="/bower_components/fine-uploader/dist/fineuploader.min.js"></script>
<link href="/bower_components/fine-uploader/dist/fineuploader.min.css" type="text/css">Enjoy
You normally should not have to do this, but you can also build this distribution yourself by following the steps in this section.
$ git clone --recursive https://github.com/FineUploader/bower-dist.gitOR, if you already cloned this repo;
$ cd fineuploader-dist
$ git pull originIn your terminal please navigate to where the project is cloned
$ ./build.sh <version> # e.g: ./build.sh 5.11.8NOTE:
-
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-depto remove existingnode_modulesdirectory first. After that execute the following command:$ ./build.sh <version> --reinstall-dep
- Fery Wardiyanto as original author of this distribution. Buy him a coffee.
- Fine Uploader is a code library sponsored by Widen Enterprises, Inc.
