1

When using a bundle in Visual Studio 2013, it is being cached as follows:

<link href="/bundles/sampleCss?v=fWN2j-N0EDP-5nxnBDxsSC0LGpCTgC5uV4sGoppoO-g1" rel="stylesheet"/>

How can I set a different value to the name? maybe something more descriptive - like time stamp? I wonder if I can override something that sets that name...?

Stack'd
  • 48
  • 4
Yovav
  • 2,557
  • 2
  • 32
  • 53

1 Answers1

0

looks like someone has created a a Bundling Extension package

https://github.com/unger/Bundling.Extensions

It should help you figure out what needs to be done, or you could just use it.

jbg
  • 476
  • 2
  • 9