Commit e51fcb4
authored
Tidy up client JS dependencies (#146)
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 e51fcb4
File tree
7 files changed
+0
-100825
lines changed- client
- js
7 files changed
+0
-100825
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
| |||
This file was deleted.
0 commit comments