Code Monkey home page Code Monkey logo

Comments (7)

hvdklauw avatar hvdklauw commented on July 30, 2024

With the change I proposed in #30 that would be easy to do.

Splitting the process into the follow steps will allow for that find grained control:

  1. Precompilers
  2. Combiner
  3. Compressor

Each step depends on the previous one, so you can for example always run precompilers, only do combining on the testing environment and do full compression on production.

from django-compressor.

emirotin avatar emirotin commented on July 30, 2024

I proposed a separate process tag here: #17
@jezdez replied he implemented it in some different way, but I don't see this possibility mentioned in docs

from django-compressor.

jezdez avatar jezdez commented on July 30, 2024

@emirotin See http://django_compressor.readthedocs.org/en/latest/settings/#compress-precompilers

from django-compressor.

emirotin avatar emirotin commented on July 30, 2024

@jezdez do they work when compression is OFF?

from django-compressor.

jezdez avatar jezdez commented on July 30, 2024

Yup.

from django-compressor.

emirotin avatar emirotin commented on July 30, 2024

Oh, that's great, but then docs need fixing - currently it says

If the COMPRESS_ENABLED setting is False (defaults to the opposite of DEBUG) the compress template tag does nothing and simply returns exactly what it was given. 

I think it needs a bold disclaimer saying that files matched with precompilers are always processed.

from django-compressor.

jezdez avatar jezdez commented on July 30, 2024

FWIW, I think introducing a way to pass COMPRESS_DEBUG_TOGGLE a callable is the way to go here.

from django-compressor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.