From c0a0745f850e86e019bf4194ac6e8ee9052f55e0 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Tue, 14 Jul 2020 11:44:25 -0700 Subject: [PATCH] Move theme scripts to scripts dir (#4041) --- {theme_scripts => scripts/themes}/blockStyles_example.json | 0 {theme_scripts => scripts/themes}/create_blockStyles.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {theme_scripts => scripts/themes}/blockStyles_example.json (100%) rename {theme_scripts => scripts/themes}/create_blockStyles.py (100%) diff --git a/theme_scripts/blockStyles_example.json b/scripts/themes/blockStyles_example.json similarity index 100% rename from theme_scripts/blockStyles_example.json rename to scripts/themes/blockStyles_example.json diff --git a/theme_scripts/create_blockStyles.py b/scripts/themes/create_blockStyles.py similarity index 100% rename from theme_scripts/create_blockStyles.py rename to scripts/themes/create_blockStyles.py