diff options
| -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" \ |
