Skip to content

Commit 41b537d

Browse files
committed
fixes
1 parent b8b599d commit 41b537d

13 files changed

+13729
-0
lines changed

app/static/all.css

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/static/all.js

Lines changed: 4563 additions & 0 deletions
Large diffs are not rendered by default.

app/static/jquery.terminal.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/static/jquery.terminal.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/all.js

Lines changed: 4562 additions & 0 deletions
Large diffs are not rendered by default.

src/compile.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
echo ""> ../app/static//all.js
2+
cat js/jquery-3.6.4.min.js js/jquery.mousewheel-min.js js/jquery.terminal-2.35.3.min.js js/keyboard.js js/unix_formatting.js js/wcwidth.js >> ../app/static/all.js
3+
4+
echo "" > ../app/static//all.css
5+
cat ./css/*.css >> ../app/static/all.css

src/css/jquery.terminal-2.35.3.min.css

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/jquery-3.6.4.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/jquery.mousewheel-min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/jquery.terminal-2.35.3.min.js

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)