From b321e9adaf7203726fbd09cde4ee06dd23e027a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20=C3=84ik=C3=A4s?= Date: Thu, 15 Jun 2023 11:45:27 +0300 Subject: [PATCH] Remove duplicate removal of site footer styling --- bin/tasks/cleanups.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/tasks/cleanups.sh b/bin/tasks/cleanups.sh index 7cb2fa06..45a4be77 100644 --- a/bin/tasks/cleanups.sh +++ b/bin/tasks/cleanups.sh @@ -21,7 +21,5 @@ rm ${PROJECT_THEME_PATH}/sass/layout/_wordpress.scss echo "${YELLOW}Remove things we need to remove anyway in each start...${TXTRESET}" rm ${PROJECT_THEME_PATH}/sass/layout/_site-footer.scss touch ${PROJECT_THEME_PATH}/sass/layout/_site-footer.scss -rm ${PROJECT_THEME_PATH}/sass/layout/_site-footer.scss -touch ${PROJECT_THEME_PATH}/sass/layout/_site-footer.scss rm ${PROJECT_THEME_PATH}/template-parts/header/demo-content.php rm -rf ${PROJECT_THEME_PATH}/template-parts/footer