[pve-devel] [PATCH novnc v2 6/7] add prebuilt app.js

Dominik Csapak d.csapak at proxmox.com
Wed May 17 09:29:45 CEST 2017


this patch includes a prebuilt app.js for the novnc code,
since using the babel-module loader shim is not suited for production
use

sadly on stretch npm is only available from nodejs.org (and not from the
debian repositories) and not all needed dependencies are available as
debian packages (e.g. babel-core)

this will be used in a later patch to generate the package, and
has to be updated whenever we change our code/update to a newer upstream
commit

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
i omit the content of this patch, because it is too big for the mailing list,
sending it directly to dietmar
 built/app.js | 12404 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 12404 insertions(+)
 create mode 100644 built/app.js

diff --git a/built/app.js b/built/app.js
new file mode 100644
index 0000000..45eae52
-- 
2.11.0





More information about the pve-devel mailing list