﻿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
18857	collectstatic does not take into account modified dependencies	motiejus	nobody	"Assume the following:

1. styles.css includes other.css
2. ./manage.py collectstatic
3. modify other.css
4. ./manage.py collectstatic

Expected outcome:
styles.css is changed (and hence a new file is created in STATIC_ROOT) to reflect new other.css

Actual outcome:
styles.css remains unchanged, and it wrongly includes the old other.css.

Test case is far from perfect, because it changes global state (style.css and other.css). I tried to copy files I am modifying to a separate temporary directory, but for some reason it didn't work out. See the temp_staticfiles_dirs decorator in the patch, might be that only a bit is missing (clearing cache or something)."	Bug	closed	contrib.staticfiles	dev	Normal	needsinfo			Unreviewed	1	0	0	1	0	0
