Update build script to show changelog in Aspine Lite #250
Labels
enhancement
New feature or request
frontend
Suspected problem with frontend (client-side code in public directory)
Milestone
#240 only shows updates from the changelog in the info tab in live Aspine and not in Aspine Lite (the purely client-side version generated by
build-lite.sh
). To include this same information in Aspine Lite, we should update the build script so that it rendersCHANGELOG.md
to HTML and includes it inhome.js
using the#include
pseudo-directive (similarly to how the version number is handled). It may be a good idea to rewrite the build script in Node.js to accomplish this (so thatmarked
can be called directly), which is why I split this off into a separate issue.The text was updated successfully, but these errors were encountered: