kytos-ng / ui

Kytos Admin UI
MIT License
0 stars 3 forks source link

Adds a cachebuster parameter to load build.js #77

Closed rmotitsuki closed 2 months ago

rmotitsuki commented 2 months ago

Closes #75

Summary

Fix a problem with browser caching in the build.js request, which loads all javascript libraries. The strategy was to include a "cache buster" parameter to invalidate the cache every 12 hours.

Local Tests

End-to-End Tests