From 17e7802f1eef43b6d0ae77fdf646d7e6fe8ccc37 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 26 Dec 2020 12:11:45 +0100 Subject: Improved SCSS structure, keep less glyphs in fonts --- scripts/build_content.sh | 2 +- scripts/watch_metadata.sh | 2 +- scripts/watch_templates.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/build_content.sh b/scripts/build_content.sh index 8acdcdf..6b50cd8 100755 --- a/scripts/build_content.sh +++ b/scripts/build_content.sh @@ -35,7 +35,7 @@ if [ -z "$1" ]; then do handle "$FILE" done -elif [ "$1" = "md" ]; then +elif [ "$1" = "all_md" ]; then find content/ \ -type f \ -name "*.md" \ diff --git a/scripts/watch_metadata.sh b/scripts/watch_metadata.sh index 4323c90..41457e1 100755 --- a/scripts/watch_metadata.sh +++ b/scripts/watch_metadata.sh @@ -3,5 +3,5 @@ inotifywait -qrme close_write,delete,move --format "%w%f" metadata \ | while read FILENAME do - scripts/build_content.sh "md" + scripts/build_content.sh "all_md" done diff --git a/scripts/watch_templates.sh b/scripts/watch_templates.sh index 9c7e787..3482ac6 100755 --- a/scripts/watch_templates.sh +++ b/scripts/watch_templates.sh @@ -3,5 +3,5 @@ inotifywait -qrme close_write,delete,move --format "%w%f" templates \ | while read FILENAME do - scripts/build_content.sh "md" + scripts/build_content.sh "all_md" done -- cgit v1.2.3-54-g00ecf