0
0

🩹 use sassc instead of sass

This commit is contained in:
thetek 2021-07-29 12:28:52 +02:00
parent cdb22d6eb6
commit 5e8f7da607
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ mv temp ../html/index.html
echo "<script src=\"feather.js\"></script>" >> ../html/index.html
# compile sass
sass ../src/index.sass ../html/index.css
sassc ../src/index.sass ../html/index.css
# move js
cp ../src/*.js ../html

View File

@ -15,7 +15,7 @@ echo "*title(\"dnswatch\")
mv temp ../index.php
# compile sass
sass ../src/index.sass ../index.css --no-source-map
sassc ../src/index.sass ../index.css #--no-source-map
echo '*stop()' | cat - ../index.css > temp
mv temp ../index.css