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

Comment (by sebastian_noack):

 Every compression tool I have seen so far is able to read a file from
 stdin and to write the output to stdout. So I think that my patch is
 flexible enough for most programs. That way you can use the most common
 tools without the need to write a function that calls the external
 program. Also note that if you still want use a compressor that does not
 work that way you can wrap it with a simple script.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15213#comment:2>
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