summaryrefslogtreecommitdiffstats
path: root/scripts/watch_metadata.sh
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-26 12:11:45 +0100
committerVolpeon <git@volpeon.ink>2020-12-26 12:11:45 +0100
commit17e7802f1eef43b6d0ae77fdf646d7e6fe8ccc37 (patch)
treef8a112286787c0b2e4f298519d2a56552c70a8ef /scripts/watch_metadata.sh
parentImproved build script output (diff)
downloadvolpeon.ink-17e7802f1eef43b6d0ae77fdf646d7e6fe8ccc37.tar.gz
volpeon.ink-17e7802f1eef43b6d0ae77fdf646d7e6fe8ccc37.tar.bz2
volpeon.ink-17e7802f1eef43b6d0ae77fdf646d7e6fe8ccc37.zip
Improved SCSS structure, keep less glyphs in fonts
Diffstat (limited to 'scripts/watch_metadata.sh')
-rwxr-xr-xscripts/watch_metadata.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
3inotifywait -qrme close_write,delete,move --format "%w%f" metadata \ 3inotifywait -qrme close_write,delete,move --format "%w%f" metadata \
4 | while read FILENAME 4 | while read FILENAME
5 do 5 do
6 scripts/build_content.sh "md" 6 scripts/build_content.sh "all_md"
7 done 7 done