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
|
# no_embedded (resources) is used to speed up the compilation
|
||||||
|
|
||||||
find src harmonyqml.pro -type f |
|
while true; do
|
||||||
entr -cdnr sh -c \
|
find src harmonyqml.pro -type f |
|
||||||
'qmake CONFIG+="dev no_embedded" && make && ./harmonyqml --debug'
|
entr -cdnr sh -c \
|
||||||
|
'qmake CONFIG+="dev no_embedded" && make && ./harmonyqml --debug'
|
||||||
|
sleep 0.2
|
||||||
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user