Skip to content

Commit 0a05d1f

Browse files
committed
upgrade pdfjs; also remove bootstrap and pdfjs from our cdn package
1 parent df06ee6 commit 0a05d1f

File tree

8 files changed

+28
-1536
lines changed

8 files changed

+28
-1536
lines changed

src/packages/cdn/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Webapp CDN files
22

3+
These packages
4+
5+
- katex
6+
- codemirror
7+
- mathjax
8+
39
## Why?
410

511
This directory contains additional resources for at least the `/index.html` and `/app` page. Many of these were served directly from CDN's before. However, that introduces a dependency where [CoCalc.com](http://CoCalc.com) can't load unless all these random CDN's also work... and that is unacceptable for two reasons:
@@ -38,3 +44,4 @@ The `setup.py` script \(that `npm run build` uses\) makes sure to include a vers
3844
Other files in `packages/assets` might not be used any more. At some point we can clean them up.
3945

4046
We have to run a postinstall script to create the versioned symlinks, since -- to be cross platform -- npm itself [doesn't support symlinks](https://npm.community/t/how-can-i-publish-symlink/5599).
47+

0 commit comments

Comments
 (0)