Build 0.8.1

This commit is contained in:
Jeremy Thomas
2020-03-23 14:08:44 +00:00
parent 4af9686eb0
commit 6a067dfdc5
7 changed files with 45 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ build_sass()
local name="${fileName%.*}"
local destFile="$CSS_DIR/$name.css"
sass "$1" "${destFile}" ${SASS_OPTIONS}
sass "$1" "${destFile}"
}
run_it()