From 2020a82cdbb79d65365631c86691c17fd519e1bf Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Sat, 17 Mar 2018 10:33:56 +0000 Subject: [PATCH] build script :> --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..729fda1 --- /dev/null +++ b/build.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +pug index.pug index.html + +cd includes +lessc style.less style.css \ No newline at end of file