From f5695468d65b679486e53d0fa48dff1a9d3f163f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 13 May 2020 01:59:10 +0100 Subject: [PATCH] Move all custom scripts into the bin directory Fixes #34 --- {scripts/development => bin}/common.sh | 0 {scripts/development => bin}/config-export.sh | 0 {scripts/development => bin}/install.sh | 0 {scripts/development => bin}/theme-build-dev.sh | 0 {scripts/development => bin}/theme-build-prod.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {scripts/development => bin}/common.sh (100%) rename {scripts/development => bin}/config-export.sh (100%) rename {scripts/development => bin}/install.sh (100%) rename {scripts/development => bin}/theme-build-dev.sh (100%) rename {scripts/development => bin}/theme-build-prod.sh (100%) diff --git a/scripts/development/common.sh b/bin/common.sh similarity index 100% rename from scripts/development/common.sh rename to bin/common.sh diff --git a/scripts/development/config-export.sh b/bin/config-export.sh similarity index 100% rename from scripts/development/config-export.sh rename to bin/config-export.sh diff --git a/scripts/development/install.sh b/bin/install.sh similarity index 100% rename from scripts/development/install.sh rename to bin/install.sh diff --git a/scripts/development/theme-build-dev.sh b/bin/theme-build-dev.sh similarity index 100% rename from scripts/development/theme-build-dev.sh rename to bin/theme-build-dev.sh diff --git a/scripts/development/theme-build-prod.sh b/bin/theme-build-prod.sh similarity index 100% rename from scripts/development/theme-build-prod.sh rename to bin/theme-build-prod.sh