﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26527	HashedFilesMixin StaticFileStorage can't handle nested assets	Joshua Blum	nobody	There seems to be a bug here if there are nested assets. For example, if i have `index.js` which references a partial `index.html`, if `index.js` is processed first, `index.html -> index.<hash-key>.html`. Then if `index.html` is processed and rehashed (i.e. this file contains references to `index.png`), the `<hash-key>` inside of `index.js` in incorrect, since `index.html` was rehashed to account for it's own static assets. It seems like instead of just substituting the pattern here, we need to recursively rehash the file so the ordering is preserved. Thoughts?	Bug	closed	contrib.staticfiles	1.9	Normal	duplicate		emorley@… Ed Morley	Accepted	0	0	0	0	0	0
