summaryrefslogtreecommitdiff
path: root/frontend/static/meson.build
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-05-24 00:08:27 +0200
committerxengineering <me@xengineering.eu>2026-05-24 00:10:50 +0200
commit0425f4b8e6e27923e7a43b24a05117eb62ac6786 (patch)
tree18b32f67a72c20b0a89ce7571e0acb79566da513 /frontend/static/meson.build
parent15be9a62f557d54448cbb932c4d7c4a96843daf2 (diff)
downloadfinserv-0425f4b8e6e27923e7a43b24a05117eb62ac6786.tar
finserv-0425f4b8e6e27923e7a43b24a05117eb62ac6786.tar.zst
finserv-0425f4b8e6e27923e7a43b24a05117eb62ac6786.zip
frontend: static: Add simple.css symlink
This allows to develop the frontend with `hugo server` and its built-in page refresh on file change. For the actual build the file is copied to the build directory by Meson.
Diffstat (limited to 'frontend/static/meson.build')
-rw-r--r--frontend/static/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/meson.build b/frontend/static/meson.build
index b08b281..d7ee8fe 100644
--- a/frontend/static/meson.build
+++ b/frontend/static/meson.build
@@ -1 +1 @@
-hugo_source_targets += fs.copyfile(css)
+hugo_source_targets += fs.copyfile('simple.css')