#15213: [PATCH] Add support for compressors/minimizers to
django.contrib.staticfiles
------------------------------------------------------+---------------------
               Reporter:  sebastian_noack             |         Owner:          
 
                 Status:  closed                      |     Milestone:          
 
              Component:  django.contrib.staticfiles  |       Version:  
1.3-alpha
             Resolution:  wontfix                     |      Keywords:          
 
           Triage Stage:  Accepted                    |     Has patch:  1       
 
    Needs documentation:  0                           |   Needs tests:  0       
 
Patch needs improvement:  0                           |  
------------------------------------------------------+---------------------
Changes (by jezdez):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 I'm strongly opposed to adding more than the collectstatic command to
 staticfiles due to the fact that there are various post processing
 workflows that could be applied to the collected files, not all of which
 are enough to be called in the serial manner ``collectstatic`` works. In
 other words, there is nothing that prevents you right now to do this
 during the rest of your deployment (see Fabric examples in our docs).

 And even then, there already *is* a hook to enable post processing: the
 STATICFILES_STORAGE setting
 (http://docs.djangoproject.com/en/dev/ref/contrib/staticfiles
 /#staticfiles-storage)

 Marking as wontfix, please reopen in case there is a usecase that can't be
 implemented in a custom storage backend or an external script.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15213#comment:3>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to