peterbe / django-static

Template tags for better serving static files from templates in Django
BSD 2-Clause "Simplified" License
193 stars 28 forks source link

Added manifest file support with DJANGO_STATIC_USE_MANIFEST_FILE flag #38

Closed vinodpandey closed 8 years ago

vinodpandey commented 8 years ago

added manifest file support with DJANGO_STATIC_USE_MANIFEST_FILE flag to save _FILE_MAP content in a file (manifest.json). This is for the use case where we want to upload the css and javascript files manually to a CDN. On production, django-static will directly pick the file names from manifest.json itself instead of doing all the calculations.