Commit 279c8ac42bf28a23228a7cb5305e6b1b35b73a98
1 parent
4121aca1
Exists in
master
and in
1 other branch
added static/README to explain javascript libraries in libs.
Showing
1 changed file
with
24 additions
and
0 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,24 @@ |
| 1 | + | |
| 2 | +The javascript libraries should be installed in the `libs` directory. | |
| 3 | +Either make a `libs` directory here or a symbolic link to somewhere else. | |
| 4 | + | |
| 5 | +Currently, libs should contain: | |
| 6 | + | |
| 7 | + bootstrap-4.1.3 | |
| 8 | + codemirror-5.40.2 | |
| 9 | + DataTables | |
| 10 | + fontawesome-free-5.3.1-web | |
| 11 | + MathJax-2.7.5 | |
| 12 | + | |
| 13 | +and the files: | |
| 14 | + | |
| 15 | + jquery-3.3.1.min.js | |
| 16 | + popper.min.js | |
| 17 | + | |
| 18 | +The DataTables directory was generated by https://www.datatables.net/download/ | |
| 19 | +Select: | |
| 20 | +- styling: bootstrap4 | |
| 21 | +- packages: datatables | |
| 22 | +- extensions: responsive | |
| 23 | +This will generate a zip that contains the directory `DataTables`. Expand the zip into `libs`. | |
| 24 | + | ... | ... |