mirror of
https://git.fsfe.org/FSFE/fsfe-local-build.git
synced 2026-04-20 03:13:05 +02:00
Add recursive flag to the less file watcher
This commit is contained in:
@@ -47,7 +47,3 @@ docker exec \
|
|||||||
|
|
||||||
Style modifications in `fsfe-website/look` trigger a re build of the styles.
|
Style modifications in `fsfe-website/look` trigger a re build of the styles.
|
||||||
After modifications a page reload shoud show the changes.
|
After modifications a page reload shoud show the changes.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
||||||
while inotifywait \
|
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
|
--exclude '\.(swx|swp|min\.css)' fsfe-website/look; do
|
||||||
lessc -x fsfe-website/look/fsfe.less fsfe-website/look/fsfe.min.css;
|
lessc -x fsfe-website/look/fsfe.less fsfe-website/look/fsfe.min.css;
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user