aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorMaZderMind2014-11-10 23:12:47 +0100
committerMaZderMind2014-11-10 23:12:47 +0100
commit4c195430817d4c4faf5a68393b594c92a977ce07 (patch)
tree21342f2d6c11317d2f5769bc131dcda4cc4563c2 /build.sh
parent91837b1646f7071f793c6fc7a44d2c4b21d048fa (diff)
fix building-script
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 7382d66..b95a0dd 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-LOCAL_SERVER='http://localhost/~peter/voc-frontends/31c3/'
+LOCAL_SERVER='http://localhost/~peter/voc-frontends/31c3'
echo "building scss"
scss assets/css/src/lustige-styles.scss assets/css/lustige-styles.css
@@ -19,8 +19,8 @@ wget \
--recursive \
--no-parent \
--page-requisites \
- $LOCAL_SERVER \
- $LOCAL_SERVER/404.html
+ $LOCAL_SERVER/ \
+ $LOCAL_SERVER/404.html \
$LOCAL_SERVER/program.json
echo "setting <base />-tag"