aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-15 02:40:15 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-28 14:17:01 +0200
commit9196e3fc5f648fd6efefaf70c8b4918986d9c070 (patch)
treeab1cfa7ef379b88660feffa2e255b5aa5ef7cfa6 /doc
parentIntroduce directory-listing.scss (diff)
downloadcalp-9196e3fc5f648fd6efefaf70c8b4918986d9c070.tar.gz
calp-9196e3fc5f648fd6efefaf70c8b4918986d9c070.tar.xz
Add comment about why browserify.
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/javascript.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ref/javascript.texi b/doc/ref/javascript.texi
index 25ac4f00..bbe1cb25 100644
--- a/doc/ref/javascript.texi
+++ b/doc/ref/javascript.texi
@@ -37,3 +37,12 @@ All elements are initialized in elements.ts
@include javascript/components/vevent_description.texi
@include javascript/components/vevent_dl.texi
@include javascript/components/vevent_edit.texi
+
+@section About our buildsystem
+Currently (almost) everything is written in Typescript, and bundled
+through browserify. Ideally we would, for debug builds, export the
+single transplied Javascript files, but Chromium Chromium lacks
+support for modules on XHTML documents
+@url{https://bugs.chromium.org/p/chromium/issues/detail?id=717643}.
+However, seeing as the issue still gets frequent updates as of 2021 I
+believe that this might one day get resolved.