Skip to content

Commit 223743e

Browse files
committed
Removed Clippy
1 parent 44ed372 commit 223743e

File tree

10 files changed

+32
-380
lines changed

10 files changed

+32
-380
lines changed

.eslintignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
src/core/vendor/**
2-
src/web/static/clippy_assets/**
1+
src/core/vendor/**

package-lock.json

+30-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
"bootstrap-material-design": "^4.1.2",
9696
"bson": "^4.0.2",
9797
"chi-squared": "^1.1.0",
98-
"clippyjs": "0.0.3",
9998
"core-js": "^3.2.1",
10099
"crypto-api": "^0.8.5",
101100
"crypto-js": "^3.1.9-1",

src/web/static/clippy_assets/agents/Clippy/agent.js

-1
This file was deleted.
Binary file not shown.

src/web/static/clippy_assets/clippy.css

-62
This file was deleted.
-229 Bytes
Binary file not shown.
-238 Bytes
Binary file not shown.

src/web/stylesheets/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Libraries */
1010
import "highlight.js/styles/vs.css";
11-
import "../static/clippy_assets/clippy.css";
1211

1312
/* Frameworks */
1413
import "./vendors/bootstrap.scss";

0 commit comments

Comments
 (0)