Skip to content

Commit 7d51afa

Browse files
authored
Merge pull request #213 from dtinit/GCP/fix-sass-processor-storage-error
GCP: fix sass-processor-storage-error
2 parents 35228dc + cab1739 commit 7d51afa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

testbed/settings/production.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@
3434
"location": "static",
3535
}
3636
},
37-
"sass_processor": {
38-
"BACKEND": "storages.backends.gcloud.GoogleCloudStorage",
39-
"OPTIONS": {
40-
"bucket_name": GS_BUCKET_NAME,
41-
"location": "site-assets",
42-
}
43-
}
4437
}
4538

4639
LOGGING = {

0 commit comments

Comments
 (0)