Return an empty list of files in the staticfiles finder so staticfiles doesn't pick up any file when running collectstatic. This fixes #63.
This commit is contained in:
@@ -10,3 +10,6 @@ class CompressorFinder(staticfiles.finders.BaseStorageFinder):
|
||||
deployment.
|
||||
"""
|
||||
storage = CompressorFileStorage
|
||||
|
||||
def list(self, ignore_patterns):
|
||||
return []
|
||||
|
Reference in New Issue
Block a user