Browse Source

Removed unused dependency in the sandbox

pull/209/head
Eugenio Parodi 2 years ago
parent
commit
5ea977ecef
  1. 1
      .gitignore
  2. 2
      tests/sandbox/standalone.fullscreen.html
  3. 2
      tests/sandbox/standalone.html

1
.gitignore vendored

@ -15,6 +15,7 @@ docs/html
experiments
sandbox
!tests/sandbox
node_modules
# VizTracker default file
result.json

2
tests/sandbox/standalone.fullscreen.html

@ -11,8 +11,6 @@
<script src="www/xterm-addon-fit/xterm-addon-fit.js"></script>
<script src="www/xterm-addon-unicode11/xterm-addon-unicode11.js"></script>
<link href="www/fontawesome/fontawesome.min.css" rel="stylesheet">
<link href="www/fontawesome/regular.min.css" rel="stylesheet">
<!--
<link href="https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/www/xterm/xterm.css" rel="stylesheet" />
<script src="https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/www/xterm/xterm.js"></script>

2
tests/sandbox/standalone.html

@ -13,8 +13,6 @@
-->
<script src="www/xterm-addon-unicode11/xterm-addon-unicode11.js"></script>
<link href="www/fontawesome/fontawesome.min.css" rel="stylesheet">
<link href="www/fontawesome/regular.min.css" rel="stylesheet">
<!--
<link href="https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/www/xterm/xterm.css" rel="stylesheet" />
<script src="https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/www/xterm/xterm.js"></script>

Loading…
Cancel
Save