How to Set Up Source Maps with Django

How to Set Up Source Maps with Django

Articles

Source maps are files that map your minified CSS or JavaScript back to the original code. They allow you to use your browser’s development tools to debug minified code as if it were the original. This post looks at how source maps fit into Django’s static files infrastructure.