change cachebust default behaviour

1
Hi, When you set a cachebust in your index.html e.g: <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css?{{cachebust}}"> The cachebust is only set for certain default file extensions. Is it possible to override this default setting?
asked
1 answers
0

The cachebust gets set wherever you put {{cachebust}}. We don't look at file extension or anything else. If you would like to bust more, you should manually include {{cachebust}} in those locations.

answered