From b4debf5bf517402e38492f39015ba6e6ed3e438d Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Fri, 23 Mar 2018 08:35:51 +0000 Subject: [PATCH] fixed build script --- build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 729fda1..b9a1d30 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,4 @@ #!/usr/bin/env bash pug index.pug index.html - -cd includes -lessc style.less style.css \ No newline at end of file +lessc includes/style.less includes/style.css \ No newline at end of file