Added cache busting to pipeline

This commit is contained in:
Fergal Moran
2014-05-31 17:43:13 +01:00
parent 41e7aa90d8
commit a79e786741

View File

@@ -86,7 +86,7 @@ STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
'compressor.finders.CompressorFinder',
)
STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
STATICFILES_STORAGE = 'pipeline.storage.NonPackagingPipelineCachedStorage'
STATICFILES_DIRS = (
here('static'),
)