Skip to content
Snippets Groups Projects
Commit 1b801eef authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Adde watch script for sass/coffeescript files

parent 0f82e0d3
No related branches found
No related tags found
No related merge requests found
watch.sh 0 → 100755
#!/usr/bin/env sh
hash inotifywait || (echo "Install inotify-tools first"; exit 1)
make
while true; do
inotifywait --quiet --event attrib,modify *.sass *.coffee
sleep 0.05s
make
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment