aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@cogarr.net>2017-02-04 17:37:29 -0500
committerroot <root@cogarr.net>2017-02-04 17:37:29 -0500
commit29ea18220c1a41b40ab8bc2c8fe3d03865f5f6a2 (patch)
tree15f2010f2672d4167a27aa0cc30b82a138582f11
parent2a842d96c6125b2990824c166a17b903ca851f40 (diff)
downloadsober-29ea18220c1a41b40ab8bc2c8fe3d03865f5f6a2.tar.gz
sober-29ea18220c1a41b40ab8bc2c8fe3d03865f5f6a2.tar.bz2
sober-29ea18220c1a41b40ab8bc2c8fe3d03865f5f6a2.zip
Fixed bug where bootstrap did not copy to deploy directory
-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" \