Instructions on rebuilding after adding a .yml file
Opened this issue · 2 comments
ramonbroox commented
There is no instructions on rebuilding the .sh and related files after adding a .yml file.
stablestud commented
Haven't tested but it should be something like this:
pip3 install -r requirements.txt
python3 ./tools/generatJson.py
python3 ./tools/generateJsonFiles.py
python3 ./tools/updateThemes.py
python3 ./tools/generateShFiles.py
generate.sh
could be obsolete, but @Mgldvd knows more
stablestud commented
After is has been verified those are the steps on how to generate fresh themes, one could fix the typo of generatJson.py
and also document these in the README.md