diff options
| author | root <root@cogarr.net> | 2017-02-04 17:37:29 -0500 |
|---|---|---|
| committer | root <root@cogarr.net> | 2017-02-04 17:37:29 -0500 |
| commit | 29ea18220c1a41b40ab8bc2c8fe3d03865f5f6a2 (patch) | |
| tree | 15f2010f2672d4167a27aa0cc30b82a138582f11 /build.sh | |
| parent | 2a842d96c6125b2990824c166a17b903ca851f40 (diff) | |
| download | sober-29ea18220c1a41b40ab8bc2c8fe3d03865f5f6a2.tar.gz sober-29ea18220c1a41b40ab8bc2c8fe3d03865f5f6a2.tar.bz2 sober-29ea18220c1a41b40ab8bc2c8fe3d03865f5f6a2.zip | |
Fixed bug where bootstrap did not copy to deploy directory
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" \ |
