⬅︎ Back to The awesomest way possible to serve your static stuff in Django with Nginx
I prefer django_compressor. You can use YUI and all that stuff, but you also have the ability to use precompressors.For example, you can use CoffeeScript, and have it compile to JavaScript, then minify it.For another example, you can use Less, or Sass/SCSS or CleverCSS, compile it, then minify it.All automatic of course. I really love it.
Comment
I prefer django_compressor. You can use YUI and all that stuff, but you also have the ability to use precompressors.
For example, you can use CoffeeScript, and have it compile to JavaScript, then minify it.
For another example, you can use Less, or Sass/SCSS or CleverCSS, compile it, then minify it.
All automatic of course. I really love it.