From bcb20509714eef769b83f8aa61466e414c6b1b9b Mon Sep 17 00:00:00 2001 From: billchurch Date: Tue, 6 Feb 2018 12:24:09 -0500 Subject: [PATCH] cleanup --- .bithoundrc | 4 +- .codeclimate.yml | 9 ++-- ChangeLog.md | 3 ++ README.md | 2 +- src/css/xterm.css | 124 ---------------------------------------------- 5 files changed, 8 insertions(+), 134 deletions(-) delete mode 100644 src/css/xterm.css diff --git a/.bithoundrc b/.bithoundrc index c21a7b8..cc9802b 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -16,8 +16,6 @@ ] }, "ignore": [ - "public/src/**", - "public/webssh2.js", - "public/webssh2.min.js" + "public/webssh2.bundle.js", ] } diff --git a/.codeclimate.yml b/.codeclimate.yml index 7206202..3a49101 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -4,9 +4,7 @@ engines: enabled: true duplication: exclude_paths: - - "public/src/**" - - "public/webssh2.js" - - "public/webssh2.min.js" + - "public/webssh2.bundle.js" enabled: true config: languages: @@ -30,6 +28,5 @@ ratings: - "**.rb" exclude_paths: - node_modules/ -- "public/src/**" -- "public/webssh2.js" -- "public/webssh2.min.js" +- "public/webssh2.bundle.js" + diff --git a/ChangeLog.md b/ChangeLog.md index 8a50c85..257e350 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,9 @@ Mostly client (browser) related changes in this release ### Changed - Updated xterm.js to 3.0.2 + - See https://github.com/xtermjs/xterm.js/releases/tag/3.0.2 + - See https://github.com/xtermjs/xterm.js/releases/tag/3.0.1 + - See https://github.com/xtermjs/xterm.js/releases/tag/3.0.0 - Moved javascript events out of html into javascript - Changed asset packaging from grunt to Webpack to be inline with xterm.js direction ### Fixed diff --git a/README.md b/README.md index c5f85f5..16273c6 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,6 @@ Clicking `Start logging` on the status bar will log all data to the client. A `D http://localhost:2222/ssh/host/192.168.1.1?port=2244&header=My%20Header&color=red # Tips -* If you want to add custom JavaScript to the browser client you can either modify `./public/client-(full|min).html` and add a **