Commit e3b93e9f by Timothée Peignier

Merge pull request #305 from chrisapplegate-was/patch-1

First example should probably say PipelineStorage
parents 96079fab 0068905c
......@@ -44,7 +44,7 @@ Collect static
Pipeline integrates with staticfiles, you just need to setup ``STATICFILES_STORAGE`` to ::
STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
STATICFILES_STORAGE = 'pipeline.storage.PipelineStorage'
Then when you run ``collectstatic`` command, your CSS and your javascripts will be compressed in the same time ::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment