update docs for dev builds

master
Vladimir Mandic 2021-02-21 08:19:26 -05:00
parent 46fe0392e7
commit 12a2e63ff6
3 changed files with 5 additions and 6 deletions

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

@ -10,9 +10,8 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
## Changelog
### **HEAD -> main, tag: v0.20.4** 2021/02/19 mandic00@live.com
### **origin/main, origin/HEAD** 2021/02/17 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
### **tag: v0.20.3** 2021/02/17 mandic00@live.com
- rebuild

@ -65,10 +65,9 @@ Once SSL certificates have been provided (defalt test certificate or your own),
npm run dev
```
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`
and unsecure http server will run on port `10030`
which is configurable in `server/dev.js:options.port`
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`
```log
npm run dev