From 7e1c7096ce1cdb9e32fcc8e2ca33e35d482fc8a2 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Sun, 20 Jul 2025 12:28:11 +0200 Subject: [enh] theme/simple: package.json revision Set minor versioning for most of the packages that iterate fast or we know won't cause problems, and fixed versioning for the rest. Packages going into bundles should be placed in "dependencies". The inspection of prod bundles is necessary. Although it does not make a lot of sense right now, it will be useful in later PR and will give us a reference to start with. --- utils/lib_sxng_themes.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'utils/lib_sxng_themes.sh') diff --git a/utils/lib_sxng_themes.sh b/utils/lib_sxng_themes.sh index c707db88c..df1da87f5 100755 --- a/utils/lib_sxng_themes.sh +++ b/utils/lib_sxng_themes.sh @@ -29,6 +29,15 @@ themes.simple() { dump_return $? } +themes.simple.analyze() { + ( + set -e + build_msg SIMPLE "theme: run analyze (simple)" + vite.simple.analyze + ) + dump_return $? +} + themes.fix() { ( set -e -- cgit v1.2.3