]> git.proxmox.com Git - novnc-pve.git/commit
transpile javascript before packaging
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 22 May 2017 14:58:14 +0000 (16:58 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 24 May 2017 11:00:39 +0000 (13:00 +0200)
commit1e63d71311ed5a4dd88021e0d9c96f8fdcf46156
treedb1ca5f35e1e3a38d23442470d99249ac5f918fa
parent4d9135793450743f04562a45c873085517b3c204
transpile javascript before packaging

instead of using the babel-shim (which is not production-ready),
create a bundle app.js file with node-es6-module-transpiler in the
dh_auto_build step

this way, we only need to ship 1 js file instead of many

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Makefile
debian/control
debian/install
debian/patches/0010-use-only-app.js.patch [new file with mode: 0644]
debian/patches/series
debian/rules