0
0

🩹 various fixes #15

Merged
thetek42 merged 6 commits from dev into main 2021-07-29 12:55:18 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5e8f7da607 - Show all commits

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