From 3e7fdfb6c8a50c59ac933f701526ad1815dded92 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 9 Dec 2025 22:16:48 -0600 Subject: refactor codebase. Reorganize file structure. Replace webpack for vite. Setup setuptools for application. Move closer to distributable app --- static/src/icons/removefill.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 static/src/icons/removefill.sh (limited to 'static/src/icons/removefill.sh') diff --git a/static/src/icons/removefill.sh b/static/src/icons/removefill.sh deleted file mode 100755 index 399e8e4..0000000 --- a/static/src/icons/removefill.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# Google Material Icons -- complete default settings -sed -Ei 's/ ?fill="#[0-9a-fA-F]{6}"//' *.svg -for svg in *.svg; do - echo "import \"./icons/$svg\"" -done -- cgit v1.2.3