Update CSS watcher script
This commit is contained in:
parent
cbadc88044
commit
8fc0a49443
@ -5,5 +5,5 @@
|
||||
|
||||
/* Top bar */
|
||||
.ewwii_panel {
|
||||
background-color: rgba(95, 95, 95, .404);
|
||||
background-color: rgba(95, 95, 95, 0.404);
|
||||
}
|
||||
|
||||
@ -20,11 +20,16 @@ echo "Watching $scss_dir..."
|
||||
echo "Press Ctrl-C to stop."
|
||||
|
||||
fswatch \
|
||||
--recursive \
|
||||
--latency=0.1 \
|
||||
--one-per-batch \
|
||||
"$scss_dir" |
|
||||
--recursive \
|
||||
--event Updated \
|
||||
--event Created \
|
||||
--event Removed \
|
||||
--event Renamed \
|
||||
--latency=0.3 \
|
||||
--one-per-batch \
|
||||
--include '\.scss$' \
|
||||
"$scss_dir" |
|
||||
while read -l event
|
||||
echo "Change detected..."
|
||||
"$builder"
|
||||
echo "SCSS change detected: $event"
|
||||
"$builder"
|
||||
end
|
||||
|
||||
@ -3,5 +3,5 @@
|
||||
// https://git.candifloss.cc/candifloss
|
||||
|
||||
// Common
|
||||
$primary_bg: rgba(95, 95, 95, .404);
|
||||
$primary_bg: rgba(95, 95, 95, 0.404);
|
||||
$primary_text_col: #ffffff;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user