Skip to content
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.

Added option into collectstatic command to ignore post-processing errors #17

Closed
wants to merge 11 commits into from
Closed

Commits on Oct 7, 2011

  1. Added option into collectstatic command to ignore errors raised on po…

    …st-processing phase when files are missing.
    zyegfryed committed Oct 7, 2011
    Configuration menu
    Copy the full SHA
    85a34f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2012

  1. Merge branch 'develop' of git://github.com/jezdez/django-staticfiles …

    …into develop
    
    Conflicts:
    	staticfiles/storage.py
    zyegfryed committed Mar 2, 2012
    Configuration menu
    Copy the full SHA
    694d205 View commit details
    Browse the repository at this point in the history
  2. Fixed silent error mode.

    zyegfryed committed Mar 2, 2012
    Configuration menu
    Copy the full SHA
    a9355b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2012

  1. pep8 cleaning

    zyegfryed committed Mar 24, 2012
    Configuration menu
    Copy the full SHA
    c17bb27 View commit details
    Browse the repository at this point in the history
  2. Added test for --ignore-errors option.

    zyegfryed committed Mar 24, 2012
    Configuration menu
    Copy the full SHA
    257bcec View commit details
    Browse the repository at this point in the history
  3. Added --ignore-errors documentation.

    zyegfryed committed Mar 24, 2012
    Configuration menu
    Copy the full SHA
    7fe2983 View commit details
    Browse the repository at this point in the history
  4. Enforced to ignore errors by default on test case.

    zyegfryed committed Mar 24, 2012
    Configuration menu
    Copy the full SHA
    a24a980 View commit details
    Browse the repository at this point in the history
  5. Typo

    zyegfryed committed Mar 24, 2012
    Configuration menu
    Copy the full SHA
    2eea280 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2012

  1. Typo

    zyegfryed committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    fc722e6 View commit details
    Browse the repository at this point in the history
  2. Fixed issue in collectstatic that was processing too much files.

    When a file exists in many directories included in STATICFILES_DIRS,
    every files found were processed, and the last one was used fro the
    post-processing phase. According to the precedence, only the first
    file found should be (post-)processed.
    zyegfryed committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    9b0579f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2012

  1. Configuration menu
    Copy the full SHA
    4c07044 View commit details
    Browse the repository at this point in the history