summaryrefslogtreecommitdiff
path: root/src/compile-sass.sh
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@protonmail.ch>2022-05-28 14:45:09 +0530
committerVidhu Kant Sharma <vidhukant@protonmail.ch>2022-05-28 14:45:09 +0530
commita4a83e4b549e858d4f8c821591bfb74706d846e8 (patch)
treeff6a149e5be2da768f6fec5c9c5145e44d689f6b /src/compile-sass.sh
parent8580139fe065036d4946a5fbd27a1334a0d92ab7 (diff)
Moved the blog to new repositoryHEADmain
Diffstat (limited to 'src/compile-sass.sh')
-rwxr-xr-xsrc/compile-sass.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/compile-sass.sh b/src/compile-sass.sh
new file mode 100755
index 0000000..1d6ff48
--- /dev/null
+++ b/src/compile-sass.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+cmd="sass $@"
+
+$cmd web/styles/styles.scss:../public/css/styles.css &
+$cmd web/styles/home.scss:../public/css/home.css &
+$cmd web/styles/post/posts.scss:../public/css/posts.css &
+$cmd web/styles/post/post.scss:../public/css/post.css &
+