revert dev
This commit is contained in:
parent
b7c5b1e8b7
commit
fd6ece4f74
13
dev.sh
13
dev.sh
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
sassc css/style.scss css/style.css
|
||||
python3 -m http.server 8080 &
|
||||
|
||||
# Keypress loop
|
||||
while true; do
|
||||
read -n 1 -s key
|
||||
if [[ $key == "r" ]]; then
|
||||
echo -e "\nRecompiling SCSS..."
|
||||
sassc css/style.scss css/style.css && echo "Done."
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user