1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-18 10:23:05 +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

@@ -47,7 +47,3 @@ docker exec \
Style modifications in `fsfe-website/look` trigger a re build of the styles.
After modifications a page reload shoud show the changes.

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