summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-23 18:38:59 +0100
committerVolpeon <git@volpeon.ink>2020-12-23 18:38:59 +0100
commit5fdaeece8d450b92a076d1d907c7bf525055a62c (patch)
tree3851051d4df6a558ce68a056345b015167be6ac8 /Makefile
parentAdded favicon, also watch templates folder (diff)
downloadvolpeon.ink-5fdaeece8d450b92a076d1d907c7bf525055a62c.tar.gz
volpeon.ink-5fdaeece8d450b92a076d1d907c7bf525055a62c.tar.bz2
volpeon.ink-5fdaeece8d450b92a076d1d907c7bf525055a62c.zip
Fixed SASS compilation, added font fallbacks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ced1bda..c9d0cf8 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ build_fonts: clean
17 --output-file='output/iosevka-term-ss09-bold.woff2' 17 --output-file='output/iosevka-term-ss09-bold.woff2'
18 18
19build_sass: clean 19build_sass: clean
20 @sassc assets/style.scss | node_modules/.bin/csso > output/style.css 20 @scripts/build_sass.sh
21 21
22build_content: clean 22build_content: clean
23 @scripts/build_content.sh 23 @scripts/build_content.sh