live-reload.sh: run again when dir content changes
This commit is contained in:
parent
ef36cc6e7a
commit
b534318b95
|
@ -5,6 +5,9 @@
|
|||
|
||||
# no_embedded (resources) is used to speed up the compilation
|
||||
|
||||
find src harmonyqml.pro -type f |
|
||||
entr -cdnr sh -c \
|
||||
while true; do
|
||||
find src harmonyqml.pro -type f |
|
||||
entr -cdnr sh -c \
|
||||
'qmake CONFIG+="dev no_embedded" && make && ./harmonyqml --debug'
|
||||
sleep 0.2
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user