asp.net - MVC Bundling and Minification - Control the token/version? -


i know when using asp.net mvc 4 creates "bundled" collection of requested files. understand adds on version end of collection url.

i wondering if possible change or control generated token?

<script src="/scripts/test?v=8hzab6c8znripynfzmqkt0ar4ausuybjxppkbgsrizo1" type="text/javascript"></script>

to become...

<script src="/scripts/test?v=1.2" type="text/javascript"></script>

thanks in advance.

it's not possible have been looking at.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -