Enable noVNC to become Browserifiable

This commit restructures noVNC, splitting it into the core directory
and the app directory, with the former containing core noVNC parts,
and the latter containing parts specific to the application.
This commit is contained in:
Solly Ross
2016-09-14 13:52:53 -04:00
parent 7a16304e52
commit ae510306b5
66 changed files with 1752 additions and 1827 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ Rebuilding inflator.js
- Download pako from npm
- Install browserify using npm
- browserify utils/inflator.partial.js -o include/inflator.js -s inflator
- browserify core/inflator.mod.js -o core/inflator.js -s Inflator