File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ echo "SERVE_STATIC = True" >> projects/mysite/settings.py
1919# TODO: Enable pipeline. Right now it doesn't seem to play well with Sauce Labs.
2020echo " PIPELINE['PIPELINE_ENABLED'] = False" >> projects/mysite/settings.py
2121# Disable cache-busting for front-end tests
22- echo " STORAGES = { 'default': { 'BACKEND': 'pipeline.storage.PipelineStorage' } }" >> projects/mysite/settings.py
22+ echo " STORAGES = { 'default': { 'BACKEND': 'pipeline.storage.PipelineStorage' }, 'staticfiles': { 'BACKEND': 'pipeline.storage.PipelineStorage' } }" >> projects/mysite/settings.py
2323# Enable front-end tess
2424echo " FRONT_END_TESTS_ENABLED = True" >> projects/mysite/settings.py
2525# Enable Selenium GUI tests, this currently works only with non-hash file names.
You can’t perform that action at this time.
0 commit comments