rename production to release directory, rebuild assets

This commit is contained in:
Harshavardhana
2021-04-25 16:43:12 -07:00
parent f7feff8665
commit d825d92499
19 changed files with 86 additions and 76 deletions
+3 -2
View File
@@ -19,11 +19,13 @@ npm install
## Generating Assets
> NOTE: if you are not part of MinIO organization please do not run this yourself and submit in a PR. Static assets in PRs are allowed only for authorized users.
```sh
npm run release
```
This generates `production` in the current directory.
This generates `release` in the current directory.
## Run MinIO Browser with live reload
@@ -166,4 +168,3 @@ npm run dev
```
Open [http://IP:8080/minio/](http://IP:8080/minio/) in your browser to play with the application.