From 279c8ac42bf28a23228a7cb5305e6b1b35b73a98 Mon Sep 17 00:00:00 2001 From: Miguel Barao Date: Wed, 24 Oct 2018 17:19:26 +0100 Subject: [PATCH] added static/README to explain javascript libraries in libs. --- static/README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+), 0 deletions(-) create mode 100644 static/README diff --git a/static/README b/static/README new file mode 100644 index 0000000..5511057 --- /dev/null +++ b/static/README @@ -0,0 +1,24 @@ + +The javascript libraries should be installed in the `libs` directory. +Either make a `libs` directory here or a symbolic link to somewhere else. + +Currently, libs should contain: + + bootstrap-4.1.3 + codemirror-5.40.2 + DataTables + fontawesome-free-5.3.1-web + MathJax-2.7.5 + +and the files: + + jquery-3.3.1.min.js + popper.min.js + +The DataTables directory was generated by https://www.datatables.net/download/ +Select: +- styling: bootstrap4 +- packages: datatables +- extensions: responsive +This will generate a zip that contains the directory `DataTables`. Expand the zip into `libs`. + -- libgit2 0.21.2