diff --git a/compressor/cache.py b/compressor/cache.py index 68baabd..79bb49d 100644 --- a/compressor/cache.py +++ b/compressor/cache.py @@ -67,7 +67,8 @@ def get_offline_manifest(): def write_offline_manifest(manifest): filename = get_offline_manifest_filename() - default_storage.save(filename, ContentFile(simplejson.dumps(manifest))) + default_storage.save(filename, + ContentFile(simplejson.dumps(manifest, indent=2))) def get_templatetag_cachekey(compressor, mode, kind): return get_cachekey(