aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-03-22 20:49:10 +0100
committerDaniel Schadt <kingdread@gmx.de>2023-03-22 20:49:10 +0100
commit392b38d8020802f2d33173c224adc8a13bef53ea (patch)
tree1dde45371be643e138a63a23d13744eb171f3726 /justfile
parente694aaf332b3e6e7d86220936773c7818c5bd5aa (diff)
downloadfietsboek-392b38d8020802f2d33173c224adc8a13bef53ea.tar.gz
fietsboek-392b38d8020802f2d33173c224adc8a13bef53ea.tar.bz2
fietsboek-392b38d8020802f2d33173c224adc8a13bef53ea.zip
use sass for the CSS files
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile
index 74af962..fcaeef2 100644
--- a/justfile
+++ b/justfile
@@ -68,3 +68,7 @@ copy-npm-assets:
cp node_modules/bootstrap-icons/font/bootstrap-icons.css fietsboek/static/bootstrap-icons.css
cp node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff fietsboek/static/fonts/bootstrap-icons.woff
cp node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2 fietsboek/static/fonts/bootstrap-icons.woff2
+
+# Compile the sass assets
+compile-sass:
+ npx sass asset-sources/theme.scss fietsboek/static/theme.css