diff options
author | MaZderMind | 2014-11-10 23:12:47 +0100 |
---|---|---|
committer | MaZderMind | 2014-11-10 23:12:47 +0100 |
commit | 4c195430817d4c4faf5a68393b594c92a977ce07 (patch) | |
tree | 21342f2d6c11317d2f5769bc131dcda4cc4563c2 /build.sh | |
parent | 91837b1646f7071f793c6fc7a44d2c4b21d048fa (diff) |
fix building-script
Diffstat (limited to '')
-rwxr-xr-x | build.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |