What is the purpose of the number in script tag after file name?

23 Views Asked by At

I am working on upgrading an old rails application. In a public page, I have the following code:

<script src="/assets/jquery-min.js?1327612345" type="text/javascript"></script>

The file is named jquery-min.js. However, what is the purpose of ?1327612345?

0

There are 0 best solutions below