build, style: plumbing
2 files changed, 2 insertions(+), 1 deletions(-) M build.sh M src/style.css
M build.sh => build.sh +1 -0
@@ 41,6 41,7 @@ if [ "$1" = "-w" ] then trap 'kill $(jobs -p)' EXIT busybox httpd -h pub/ -fvp 0.0.0.0:8080 & gen while true do inotifywait -e modify,create -r src/ &> /dev/null && gen
M src/style.css => src/style.css +1 -1