Skip to content

Commit a38f8c6

Browse files
committed
Tidy up client JS dependencies
Runtime JS dependencies are obtained as follows: - dependencies for the main client window (eg jquery, ace) are obtained via cdnjs.cloudflare.com, and so we don't need anything beyond than the script tags in index.html. - dependencies needed inside the iframe (eg react, for gists which use react-based libraries like purescript-react or purescript-thermite) are obtained via the new 'shims' mechanism introduced by #128 / #136. The files I am removing in this commit do not appear to be in use. I've also removed non-purescript dependencies from bower.json, as they also do not appear to be in use.
1 parent 1efb0fd commit a38f8c6

File tree

7 files changed

+0
-100825
lines changed

7 files changed

+0
-100825
lines changed

client/bower.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
"purescript-web-html": "^2.3.0"
1818
},
1919
"devDependencies": {
20-
"ace": "^1.2.8",
21-
"jquery": "^3.2.1",
22-
"underscore": "^1.8.3",
23-
"react": "^16.1.0",
24-
"mathbox": "^0.0.5",
2520
"purescript-arrays": "^5.1.0",
2621
"purescript-bifunctors": "^4.0.0",
2722
"purescript-console": "^4.1.0",

client/js/console.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)