summaryrefslogtreecommitdiffstats
path: root/watch.sh
blob: 74e65423ec2c2160eb4028af0d011bb5842f63c2 (plain) (blame)
1
2
3
4
5
#!/bin/bash

while inotifywait -r -e close_write src; do
  sassc --style expanded src/style.scss dist/style.css
done