Skip to content

Commit

Permalink
Merge f80924f into 1451bcb
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Mar 30, 2019
2 parents 1451bcb + f80924f commit 055c2ae
Show file tree
Hide file tree
Showing 22 changed files with 82 additions and 750 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html>
<head>
<title>xterm.js demo</title>
<link rel="stylesheet" href="/build/xterm.css" />
<link rel="stylesheet" href="/build/addons/fullscreen/fullscreen.css" />
<link rel="stylesheet" href="/src/xterm.css" />
<link rel="stylesheet" href="/src/addons/fullscreen/fullscreen.css" />
<link rel="stylesheet" href="style.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-promise/4.1.1/es6-promise.auto.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/1.0.0/fetch.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demo/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function startServer() {
var terminals = {},
logs = {};

app.use('/build', express.static(__dirname + '/../build'));
app.use('/src', express.static(__dirname + '/../src'));

app.get('/', function(req, res){
res.sendFile(__dirname + '/index.html');
Expand Down
87 changes: 0 additions & 87 deletions demo/zmodem/app.js

This file was deleted.

128 changes: 0 additions & 128 deletions demo/zmodem/index.html

This file was deleted.

Loading

0 comments on commit 055c2ae

Please sign in to comment.