From 29ea18220c1a41b40ab8bc2c8fe3d03865f5f6a2 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 4 Feb 2017 17:37:29 -0500 Subject: Fixed bug where bootstrap did not copy to deploy directory --- build.sh | 1 + 1 file changed, 1 insertion(+) 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" \ -- cgit v1.2.3-70-g09d2