mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Merge pull request #1188 from harshavardhana/vendorize
browser: vendorize to new browser update
This commit is contained in:
commit
8bf882e5c0
18
vendor/github.com/minio/miniobrowser/README.md
generated
vendored
18
vendor/github.com/minio/miniobrowser/README.md
generated
vendored
@ -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
|
||||
```
|
||||
|
565
vendor/github.com/minio/miniobrowser/ui-assets.go
generated
vendored
565
vendor/github.com/minio/miniobrowser/ui-assets.go
generated
vendored
File diff suppressed because one or more lines are too long
4
vendor/vendor.json
vendored
4
vendor/vendor.json
vendored
@ -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…
Reference in New Issue
Block a user