diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-03-22 20:49:10 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-03-22 20:49:10 +0100 |
commit | 392b38d8020802f2d33173c224adc8a13bef53ea (patch) | |
tree | 1dde45371be643e138a63a23d13744eb171f3726 /justfile | |
parent | e694aaf332b3e6e7d86220936773c7818c5bd5aa (diff) | |
download | fietsboek-392b38d8020802f2d33173c224adc8a13bef53ea.tar.gz fietsboek-392b38d8020802f2d33173c224adc8a13bef53ea.tar.bz2 fietsboek-392b38d8020802f2d33173c224adc8a13bef53ea.zip |
use sass for the CSS files
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |