﻿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
20189	Collectstatic ignore list expansion on a per project basis	Mark Jones	nobody	"Currently collectstatic gets its default ignores from this code.  
{{{
        ignore_patterns = options['ignore_patterns']
        if options['use_default_ignore_patterns']:
            ignore_patterns += ['CVS', '.*', '*~']
}}}

In some of my projects I need more than this, and the only way to get that behavior is to remember the command line options and patterns.  Working on many different projects all the time, this is problematic for me.

I'd like to propose a settings file addition that would pull those ignore patterns from settings.COLLECT_STATIC_IGNORE or something similar.

I'd be willing to write the code if this is accepted.  We could leave the default alone, but allow people to put various things in the list to make deployment less of a hassle.

Part of the issues for me include sass files, themes associated with sass files, ""uncompiled"" javascript that needs to be served on debug, but does not need to be in the production static folder."	New feature	closed	contrib.staticfiles	dev	Normal	fixed		tomas.ehrlich@…	Ready for checkin	1	0	0	0	0	0
