diff options
Diffstat (limited to 'utils/lib_sxng_themes.sh')
| -rwxr-xr-x | utils/lib_sxng_themes.sh | 9 |
1 files changed, 9 insertions, 0 deletions
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 |