A previous commit started (quasi-correctly) rewriting vendor import paths on built files. The gist of it was correct, but it incorrectly rewrote paths in vendor itself. The babel plugin in use operated on canonical absolute paths. This mean that it saw no difference between the import `../vendor/pako/lib/utils/foo` and `../utils/foo`, where the later was actually in the `vendor/pako/lib/bar` directory. This rewrote imports in files in the vendor directory itself. However, since those files were *already* in the correct relative location, the new import was incorrect by a degree of `..`. Now, we only rewrite vendor paths on things in the `core` directory. |
||
---|---|---|
.. | ||
README.md | ||
b64-to-binary.pl | ||
genkeysymdef.js | ||
img2js.py | ||
json2graph.py | ||
launch.sh | ||
u2x11 | ||
use_require.js | ||
use_require_helpers.js |
README.md
WebSockets Proxy/Bridge
Websockify has been forked out into its own project. launch.sh
wil
automatically download it here if it is not already present and not
installed as system-wide.
For more detailed description and usage information please refer to the websockify README.
The other versions of websockify (C, Node.js) and the associated test programs have been moved to websockify. Websockify was formerly named wsproxy.