mirror of https://github.com/vladmandic/human
update docs for dev builds
parent
46fe0392e7
commit
12a2e63ff6
|
@ -16,6 +16,7 @@ This will rebuild library itself (all variations) as well as demo
|
||||||
|
|
||||||
Build process is written as JavaScript `server/build.js` which can be modified to change any build parameters
|
Build process is written as JavaScript `server/build.js` which can be modified to change any build parameters
|
||||||
Build creates a custom `tfjs` bundle to optimize size and avoid unnecessary polyfills
|
Build creates a custom `tfjs` bundle to optimize size and avoid unnecessary polyfills
|
||||||
|
Production version of the library is fully minified while dev version runs without code minification for easier debugging
|
||||||
|
|
||||||
Build is started by running `npm run build`
|
Build is started by running `npm run build`
|
||||||
|
|
||||||
|
|
|
@ -10,9 +10,8 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### **HEAD -> main, tag: v0.20.4** 2021/02/19 mandic00@live.com
|
### **HEAD -> main, tag: v0.20.4, tag: 0.3, tag: 0.2, tag: 0.1, origin/main, origin/HEAD** 2021/02/19 mandic00@live.com
|
||||||
|
- 0.20.4
|
||||||
### **origin/main, origin/HEAD** 2021/02/17 mandic00@live.com
|
|
||||||
|
|
||||||
### **tag: v0.20.3** 2021/02/17 mandic00@live.com
|
### **tag: v0.20.3** 2021/02/17 mandic00@live.com
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
5
Demos.md
5
Demos.md
|
@ -65,10 +65,9 @@ Once SSL certificates have been provided (defalt test certificate or your own),
|
||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
On first start, it will install all development dependencies required to rebuild `Human` library
|
On first start, it will install all development dependencies required to rebuild `Human` library
|
||||||
|
Dev version of the library runs without code minification for easier debugging while production version is fully minified
|
||||||
|
|
||||||
By default, secure http2 web server will run on port `10031`
|
By default, secure http2 web server will run on port `10031` and unsecure http server will run on port `10030` which is configurable in `server/dev.js:options.port`
|
||||||
and unsecure http server will run on port `10030`
|
|
||||||
which is configurable in `server/dev.js:options.port`
|
|
||||||
|
|
||||||
```log
|
```log
|
||||||
npm run dev
|
npm run dev
|
||||||
|
|
Loading…
Reference in New Issue