From 12a2e63ff62472425405f2ffdc81d27297032d34 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 21 Feb 2021 08:19:26 -0500 Subject: [PATCH] update docs for dev builds --- Build-Process.md | 1 + Change-Log.md | 5 ++--- Demos.md | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Build-Process.md b/Build-Process.md index 4470bfe..a086ba3 100644 --- a/Build-Process.md +++ b/Build-Process.md @@ -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` diff --git a/Change-Log.md b/Change-Log.md index af0cb7d..f85be0c 100644 --- a/Change-Log.md +++ b/Change-Log.md @@ -10,9 +10,8 @@ Repository: **** ## 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 diff --git a/Demos.md b/Demos.md index fa04f8c..7e42acc 100644 --- a/Demos.md +++ b/Demos.md @@ -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