From 714d8f7ff8425e4177ff6bde4d214ef75be6b1ab Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 24 Dec 2020 15:05:32 +0100 Subject: Added header, improved SCSS structure, use metadata file instead of param, improved folder structure --- Makefile | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9d0cf8..5a00cdc 100644 --- a/Makefile +++ b/Makefile @@ -5,16 +5,7 @@ clean: @rm -rf output/* build_fonts: clean - @pyftsubset assets/iosevka-term-ss09-regular.ttf \ - --text-file='assets/glyphs.txt' \ - --layout-features+=ss09,dlig \ - --flavor='woff2' \ - --output-file='output/iosevka-term-ss09-regular.woff2' - @pyftsubset assets/iosevka-term-ss09-bold.ttf \ - --text-file='assets/glyphs.txt' \ - --layout-features+=ss09,dlig \ - --flavor='woff2' \ - --output-file='output/iosevka-term-ss09-bold.woff2' + @scripts/build_fonts.sh build_sass: clean @scripts/build_sass.sh @@ -34,7 +25,10 @@ watch_content: build watch_templates: build @scripts/watch_templates.sh -watch: watch_sass watch_content watch_templates +watch_metadata: build + @scripts/watch_metadata.sh + +watch: watch_sass watch_content watch_templates watch_metadata serve_only: build @python -m http.server --bind 127.0.0.1 --directory output -- cgit v1.2.3-70-g09d2