browser: vendorize to new browser update

This commit is contained in:
Harshavardhana
2016-03-03 17:46:09 -08:00
parent 97472e76b0
commit 95d3ecb9ce
3 changed files with 351 additions and 236 deletions

View File

@@ -1,19 +1,15 @@
# Minio File Browser
<blockquote>
This project is still a work in progress.
</blockquote>
``MinioBrowser`` provides minimal set of UI to manage buckets and objects on ``minio`` server. ``MinioBrowser`` is written in javascript and released under [Apache license v2](./LICENSE).
``MinioBrowser`` provides minimal set of UI to manage buckets and objects on ``minio`` server. ``MinioBrowser`` is written in javascript and released under [Apache 2.0 License](./LICENSE).
## Installation
```sh
$ git clone https://github.com/minio/MinioBrowser
$ npm install
$ bower install
```
### Install `go-bindata` and `go-bindata-assetfs`
### Install `go-bindata` and `go-bindata-assetfs`.
If you do not have a working Golang environment, please follow [Install Golang](./INSTALLGO.md).
@@ -22,22 +18,22 @@ $ go get github.com/jteeuwen/go-bindata/...
$ go get github.com/elazarl/go-bindata-assetfs/...
```
## For development environment with live reload
## For development environment with live reload.
```
$ npm run dev
```
### For generating development version of assetfs
## Generating Assets.
The supplied resource is already compressed. Doing it again would not add any value and may even increase the size of the data, use `nocompress` flag to avoid it.
### Development version
```sh
$ npm run build
```
## For generating release version of assetfs
### Released version
```
```sh
$ npm run release
```

File diff suppressed because one or more lines are too long