frameworks - What kind of setup produces a link with the reference 'application-<#hash code>'? -


i see ocassionally web apps following type links:

  <link data-turbolinks-track="true" href="/assets/application-23ffa36115ca2d0b0a40e6ab87e6a992.css" media="all" rel="stylesheet" /> 

what type of setup outputs file 1 linked here: /assets/application-23ffa36115ca2d0b0a40e6ab87e6a992.css"?


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -