#19021: collectstatic should only copy files if they have changed or don't 
exist in
destination
-------------------------------+---------------------------------------
     Reporter:  dloewenherz    |                    Owner:  dloewenherz
         Type:  New feature    |                   Status:  new
    Component:  Uncategorized  |                  Version:  1.4
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+---------------------------------------
Changes (by anonymous):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 This does not sound right. When I run collectstatic it does not copy
 unmodified files:
 {{{
 $ ./manage.py collectstatic
 You have requested to collect static files at the destination
 location as specified in your settings file.

 This will overwrite existing files.
 Are you sure you want to do this?

 Type 'yes' to continue, or 'no' to cancel: yes

 0 static files copied to '/var/www/html/static' (83 unmodified).
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19021#comment:1>
Django <https://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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to