Skip to content

Commit c8d0047

Browse files
committed
Merge remote-tracking branch 'origin/master' into sagews-soft-deprecation
2 parents b69dbdf + 048b61b commit c8d0047

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+609
-1820
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)