Merge pull request #1188 from harshavardhana/vendorize

browser: vendorize to new browser update
master
Harshavardhana 9 years ago
commit 8bf882e5c0
  1. 18
      vendor/github.com/minio/miniobrowser/README.md
  2. 537
      vendor/github.com/minio/miniobrowser/ui-assets.go
  3. 4
      vendor/vendor.json

@ -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

@ -84,8 +84,8 @@
},
{
"path": "github.com/minio/miniobrowser",
"revision": "b2835d0f671b5d539269bd2d9191b7c9c6ed87b3",
"revisionTime": "2016-02-23T13:18:37-08:00"
"revision": "f3090565250895196093e6caf2257a0ba0161550",
"revisionTime": "2016-03-03T17:44:10-08:00"
},
{
"path": "github.com/mitchellh/go-homedir",

Loading…
Cancel
Save