You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
publik-base-theme/compile-and-reload.sh

8 lines
175 B
Bash

#!/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" .