summaryrefslogtreecommitdiff
path: root/docs/notes
diff options
context:
space:
mode:
authorSolly Ross <sross@redhat.com>2016-09-14 13:52:53 -0400
committerSolly Ross <sross@redhat.com>2016-09-16 15:49:51 -0400
commitae510306b5094b55aa08a2a0d15a151704f70993 (patch)
treebbd3564c4457f7cbf21c83b899583ee271bda528 /docs/notes
parent7a16304e52b3fbd466337601f05a7def2493c563 (diff)
downloadnovnc-ae510306b5094b55aa08a2a0d15a151704f70993.tar.gz
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.
Diffstat (limited to 'docs/notes')
-rw-r--r--docs/notes2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/notes b/docs/notes
index 036cd51..dfef0bd 100644
--- a/docs/notes
+++ b/docs/notes
@@ -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