mini update
Posted bySin Vraal (#18687) on Oct 13, 2022
I've constructed a package system I **think** will be compatible with alacrity v2 (test.alacrity) and the v1(live www.alacrity this site)
I'm working through the forums to test it out. its already live and working on the news page.
what this means:
I will be able to renovate most pages in alacrity live, and transfer them to test. letting me bring test.alacrity to full functionality quicker.
what does the package manager do?
mostly it organizes the files, and employs my template system to separate the html from the backend code.
the re-packaged modules written are also far faster than the old code. file sizes are about 85% less. most of the duplicate code is split out into libraries (which dont exist in old alacrity)
why this is important:
it means I can develop features / renovate pages live and have them be compatible with v1/v2.
I'm working through the forums to test it out. its already live and working on the news page.
what this means:
I will be able to renovate most pages in alacrity live, and transfer them to test. letting me bring test.alacrity to full functionality quicker.
what does the package manager do?
mostly it organizes the files, and employs my template system to separate the html from the backend code.
the re-packaged modules written are also far faster than the old code. file sizes are about 85% less. most of the duplicate code is split out into libraries (which dont exist in old alacrity)
why this is important:
it means I can develop features / renovate pages live and have them be compatible with v1/v2.