Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding option to concatenate files before processing #289

Commits on Jul 17, 2012

  1. Adding option to concatenate files before processing

    This also adds ability to specify tag options, and use 'as <name>' to name blocks
    jannon committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    0404f08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65b676e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f04270 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2012

  1. Support for adding compressed url or content to template context

    If 'deferred=true' and 'as <name>' are passed in template tag, the output of the compress tag is added to the template context as <name>.   If there is no name specified in the tag, the 'deferred' option is ignored and the tag output is rendered normally.  If the mode is 'file' the url of the file is used, otherwise the full rendered content is used.
    
    This will allow people to use django_compressor in conjunction with asynchronous asset loaders (e.g. yepnope.js, require.js, etc.)
    jannon committed Jul 18, 2012
    Configuration menu
    Copy the full SHA
    2b3f2cc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2012

  1. add missing param

    jannon committed Jul 21, 2012
    Configuration menu
    Copy the full SHA
    f578b14 View commit details
    Browse the repository at this point in the history