From 4579b10b6dc458eb747a2198a1b667c67260a9a0 Mon Sep 17 00:00:00 2001 From: an Date: Sun, 5 Nov 2017 18:09:43 +0100 Subject: [PATCH] changed share dir structure --- bin/rmsh | 3 ++- share/{scss => styles/default}/default.scss | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename share/{scss => styles/default}/default.scss (100%) diff --git a/bin/rmsh b/bin/rmsh index 82ec2c5..79648af 100755 --- a/bin/rmsh +++ b/bin/rmsh @@ -13,7 +13,8 @@ case $1 in cd $2 cp $RMSH_DIR/share/html/presentation.html . cp $RMSH_DIR/share/js/remark.min.js . - sass $RMSH_DIR/share/scss/$3.scss style.css + sass $RMSH_DIR/share/styles/$3/$3.scss style.css + cp -r $RMSH_DIR/share/syles/$3/img . touch presentation.md ;; "view") diff --git a/share/scss/default.scss b/share/styles/default/default.scss similarity index 100% rename from share/scss/default.scss rename to share/styles/default/default.scss