I am serving CSS and javascripts in my django website, so how to obfuscate and minimize them. 1 solution is: To serve already obfuscated and minimized js and css.
can I have a flag set in settings.py that to switch on and off the obfuscation?
So, that I can develop on normal human readable code and serve the obfuscated css and js.
What is the standard method of achieving this?