mirror of
https://github.com/minio/minio.git
synced 2025-02-09 12:48:08 -05:00
browser: vendorize to new browser update
This commit is contained in:
parent
97472e76b0
commit
95d3ecb9ce
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
|
# 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
|
## Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git clone https://github.com/minio/MinioBrowser
|
$ git clone https://github.com/minio/MinioBrowser
|
||||||
$ npm install
|
$ 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).
|
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/...
|
$ go get github.com/elazarl/go-bindata-assetfs/...
|
||||||
```
|
```
|
||||||
|
|
||||||
## For development environment with live reload
|
## For development environment with live reload.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ npm run dev
|
$ 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
|
```sh
|
||||||
$ npm run build
|
$ npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
## For generating release version of assetfs
|
### Released version
|
||||||
|
|
||||||
```
|
```sh
|
||||||
$ npm run release
|
$ 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",
|
"path": "github.com/minio/miniobrowser",
|
||||||
"revision": "b2835d0f671b5d539269bd2d9191b7c9c6ed87b3",
|
"revision": "f3090565250895196093e6caf2257a0ba0161550",
|
||||||
"revisionTime": "2016-02-23T13:18:37-08:00"
|
"revisionTime": "2016-03-03T17:44:10-08:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "github.com/mitchellh/go-homedir",
|
"path": "github.com/mitchellh/go-homedir",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user