aboutsummaryrefslogtreecommitdiff
path: root/module/calp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-01 00:47:02 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-01 01:06:27 +0200
commit80126c76f39d30917b94f24b97a8690681b815c0 (patch)
treebf60d7ea2de8be12e6ba67aa7b10db01f0e689ec /module/calp
parentStatic should create its own directories when installing. (diff)
downloadcalp-80126c76f39d30917b94f24b97a8690681b815c0.tar.gz
calp-80126c76f39d30917b94f24b97a8690681b815c0.tar.xz
Change JavaScript build system to esbuild.
Esbuild is way faster, and feels less hacky. One downside is that it doesn't actually check Typescript types. However, typescript can still be installed alongside, and has the fancy --noEmit flag for just this situation.
Diffstat (limited to 'module/calp')
-rw-r--r--module/calp/html/view/calendar.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm
index 9378737f..99109741 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -119,7 +119,7 @@ window.default_calendar='~a';"
,(include-alt-css "/static/dark.css" '(title "Dark"))
,(include-alt-css "/static/light.css" '(title "Light"))
- (script (@ (src "/static/script.out.js")))
+ (script (@ (src "/static/script.js")))
(script (@ (src "/static/user/user-additions.js")))
(style ,(lambda () (calendar-styles calendars #t)))