Skip to content

Issue #3284371 - Updated condition for cache busting if css/js file are aggregated.

  • Issue: The JS file still has version query parameters like ?v=1; this doesn’t change even after we clear caches.
  • Expectation: If corrupt JS / CSS files are cached we should be able to change the URL by clearing the cache.
  • Fix: Use the default query string for all the compressed files instead of the version number.
Edited by Ankitha Shetty

Merge request reports