diff options
| author | xengineering <me@xengineering.eu> | 2026-05-24 00:08:27 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-05-24 00:10:50 +0200 |
| commit | 0425f4b8e6e27923e7a43b24a05117eb62ac6786 (patch) | |
| tree | 18b32f67a72c20b0a89ce7571e0acb79566da513 /frontend/meson.build | |
| parent | 15be9a62f557d54448cbb932c4d7c4a96843daf2 (diff) | |
| download | finserv-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/meson.build')
| -rw-r--r-- | frontend/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/meson.build b/frontend/meson.build index 4505fdb..6af84e5 100644 --- a/frontend/meson.build +++ b/frontend/meson.build @@ -4,8 +4,6 @@ hugo = find_program('hugo', required : true) hugo_source_targets = [] -css = meson.current_source_dir() / 'simple.css' / 'simple.css' - foreach hugo_source : [ 'hugo.toml', ] |
