Files
WeatherStar4000/server/scripts/modules
Eddy G 517cafe40a Refactor data loading: move from inline JSON to client-side fetch
- Remove large JSON data injection from EJS templates
- Add client-side data-loader utility with cache-busting support
- Create server endpoints for JSON data with long-term caching
- Add graceful failure handling if core data fails to load
- Copy JSON data files to dist/data for static hosting
- Update app initialization to load data asynchronously
- Set serverAvailable flag for static builds in gulp task

This reduces HTML payload size and enables better caching strategies
for both server and static deployment modes.
2025-06-26 20:10:15 -04:00
..
2025-06-02 20:42:03 -05:00
2025-05-29 08:30:01 -05:00
2025-05-14 15:03:35 -05:00
2025-06-12 12:14:56 -05:00
2025-06-16 15:47:24 -05:00
2025-06-24 23:10:52 -04:00
2025-05-29 17:03:50 -05:00
2025-05-29 08:30:01 -05:00
2024-10-21 19:21:05 -05:00