On Monday, October 21, 2024 4:20:39 AM PDT Jonathan Perkin wrote:
* On 2024-10-17 at 02:41 BST, Joel Carnat wrote:
>This is a diff to update GoToSocial to version 0.17.
Thanks! I've committed this, along with a bunch of other cleanups.
To those of you who actually run the software, it would be helpful to
provide feedback about whether we actually need the web_assets tarball.
As I've written in the new comment above it in the Makefile, it only
provides a few extra files compared to what is bundled in the source
distribution, and I don't know whether they are actually required.
If not, we can remove it completely and avoid an additional download.
Cheers,
The main use of the web_assets tarball is the web/assets/dist folder, which
contains the core JS/CSS used for the web frontend (especially the settings
pages, which are all React). It's compiled from web/source in the source tree.