mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
no more text-encoding
This commit is contained in:
@@ -21,10 +21,6 @@ app.get('/main.js', function(req, res){
|
||||
res.sendFile(__dirname + '/main.js');
|
||||
});
|
||||
|
||||
app.get('/js/*.js', function(req, res){
|
||||
res.sendFile(__dirname + req.url);
|
||||
});
|
||||
|
||||
const SHELL_ARGS = {
|
||||
bash: ['--login'],
|
||||
'cmd.exe': [],
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<script src="/build/addons/fit/fit.js" ></script>
|
||||
<script src="/build/addons/fullscreen/fullscreen.js" ></script>
|
||||
<script src="/build/addons/search/search.js" ></script>
|
||||
|
||||
<!-- zmodem.js: Edge needs this, as of late 2017 -->
|
||||
<script src="/js/text-encoding.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>xterm.js: xterm, in the browser</h1>
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../../node_modules/text-encoding/lib/encoding.js
|
||||
@@ -1 +0,0 @@
|
||||
../../node_modules/zmodem.js/dist/zmodem.js
|
||||
Reference in New Issue
Block a user