

Marrying source maps and Django Compressorĭjango Compressor is a great Django plugin to mark assets for minification right inside your templates: obj.

Take a look at jQuery minified & combined code that was generated from the original source code. This source map allows you to debug and view the source code of your compressed assets, as if you were actually working with the original CSS and Javascript source code. Source maps create a map from these compressed asset files back to the source files. This process reduces the size of your assets and dramatically improves your website's load time. It's generally a good practice to minify and combine your assets (Javascript & CSS) when deploying to production.
