fix: fix release and build scripts

This commit is contained in:
Ben Goldsworthy 2021-04-19 20:05:33 +01:00
parent 95787e597c
commit 3ae70069b3
3 changed files with 14 additions and 9 deletions

View file

@ -52,7 +52,6 @@ elif [[ $1 == "-d" ]]; then
# with `cp` and disabled the `rm` command, so the minified
# files won't be removed from the source directory.
echo "Deploying minified stylesheets to \`dist/css/\`..."
rm -r ./dist
mkdir -p ./dist/css
for f in ./css/tmp/*.min.css; do
filename=$(basename $f .css)