1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-20 11:23:06 +02:00

Add recursive flag to the less file watcher

This commit is contained in:
Michael Weimann
2019-03-31 18:09:56 +02:00
parent f556ac87f3
commit fdb8e1924a
2 changed files with 1 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
#######################################################################
while inotifywait \
-e close_write -e create -e moved_to \
-r -e close_write -e create -e moved_to \
--exclude '\.(swx|swp|min\.css)' fsfe-website/look; do
lessc -x fsfe-website/look/fsfe.less fsfe-website/look/fsfe.min.css;
done