aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 8114326..6e543de 100755
--- a/build.sh
+++ b/build.sh
@@ -42,6 +42,7 @@ cp src/*.html "$DEPLOYDIR/"
cp src/*.txt "$DEPLOYDIR/"
cp src/*.js "$DEPLOYDIR/"
cp src/*.css "$DEPLOYDIR/"
+cp -R src/css "$DEPLOYDIR/"
#Since the POSIX shell dosen't specify arrays, you can't simplyfy this to an array, and loop over it
sed -e "s/SOBER_DEPLOY_DIR/\"$DEPLOYDIR\"/g" \