publik-base-theme/compile-and-reload.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
175 B
Bash
Raw Normal View History

2022-10-11 15:33:08 +02:00
#!/bin/bash
# add a trap to ensure our livereload
# is stopped properly on ctrl-c
trap 'kill %1' SIGINT
./livereload-server & iwatch -r -t '.scss' -e modify -c "make css" .