Static Asset Compilation
autoref.com
Static Asset Compilation
1–10 of 41 posts
Re: Static Asset Compilation
#2Full disclosure (bizdev at AutoRef)
Re: Static Asset Compilation
#3Re: Static Asset Compilation
#4Re: Static Asset Compilation
#5Re: Static Asset Compilation
#6Re: Static Asset Compilation
#7The process I use computes the hash of every file and creates a dependency map then I use the hash of the contents of a file and its dependencies to rename the file.
Re: Static Asset Compilation
#8I found that renaming CSS file names using the hash of the contents does not always work because any changes to dependencies (e.g. images) won't always bubble up to the CSS. I forget all of the reasons why it didn't always work, but it I think it had to do with CDN invalidation for files that I could not-rename (e.g index.html). The process I use computes the hash of every file and creates a dependency map then I use…
Re: Static Asset Compilation
#9Surely a nice thing to have, but does it help?
Re: Static Asset Compilation
#10Can someone with knowledge of both this and rails 3.1 explain the difference. Seems very similar.