diff --git a/start/util/compile.sh b/start/util/compile.sh index 5de6046..6f93924 100755 --- a/start/util/compile.sh +++ b/start/util/compile.sh @@ -16,7 +16,7 @@ mv temp ../html/index.html echo "" >> ../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 diff --git a/start/util/jhtml-compile.sh b/start/util/jhtml-compile.sh index 4317790..8830e89 100755 --- a/start/util/jhtml-compile.sh +++ b/start/util/jhtml-compile.sh @@ -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