This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 4f4887a5 Explanation
4f4887a5 is described below
commit 4f4887a53a90da4c1da09060ee04ba152198abf6
Author: Sebb <[email protected]>
AuthorDate: Thu Dec 15 17:42:43 2022 +0000
Explanation
---
www/assets/README.txt | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/www/assets/README.txt b/www/assets/README.txt
new file mode 100644
index 00000000..e873e7c8
--- /dev/null
+++ b/www/assets/README.txt
@@ -0,0 +1,19 @@
+This directory is mainly for files used by Wunderbar.
+
+These are the Wunderbar files:
+bootstrap-min.css
+bootstrap-min.js
+bootstrap-theme-min.css
+jquery-min.js
+stupidtable.min.js
+underscore-min.js
+vue.min.js
+
+The versions of the above files must agree with the ones included with
Wunderbar.
+If not, Wunderbar will try to install the file locally; this will probably
fail.
+
+The following files are not currently used by Wunderbar:
+bootstrap-select.css
+bootstrap-select.js
+
+They can be updated as necessary.