]> git.proxmox.com Git - mirror_novnc.git/commit - package.json
Allow transforming to any format
authorSolly Ross <sross@redhat.com>
Sat, 4 Feb 2017 22:12:00 +0000 (17:12 -0500)
committerSolly Ross <sross@redhat.com>
Tue, 7 Mar 2017 16:11:28 +0000 (11:11 -0500)
commit6cae7b58b88f2f7ba52fb32c09436e42a77e6108
tree3d4f00fc125554123a423d326405234ba36a5ae8
parent4faaf43176e33239567bcb37fbcbb5ccb9185027
Allow transforming to any format

This changes around `utils/use_require.js` to be able to generate any
of AMD (RequireJS), CommonJS, SystemJS, or UMD modules.  The three
former also include support for translating `vnc.html`, producing a full
"app" version of noVNC.
package.json
utils/make-module-transform.js [deleted file]
utils/use_require.js
utils/use_require_helpers.js [new file with mode: 0644]