﻿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
27929	Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing	Jesse	blighj	When collecting statics with `CachedStaticFilesStorage` or `ManifestStaticFilesStorage`, hashed versions of the files are created along side the originals. The documentation [https://docs.djangoproject.com/en/1.10/ref/contrib/staticfiles/#django.contrib.staticfiles.storage.ManifestStaticFilesStorage specifically states that] this is intended to support any old links which point to the original non-cached versions of the files. However, for a new project, it's perfectly reasonable to not want to generate both sets of static files once your project is being served on a production server.	New feature	assigned	contrib.staticfiles	1.10	Normal			Ed Morley	Accepted	1	0	0	1	0	0
