Skip to content

Commit 845a5d4

Browse files
committed
Prep for stable deploy
1 parent 0412907 commit 845a5d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/app/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
# compress offline (use './manage.py compress' to build manifest.json)
214214
COMPRESS_OFFLINE = True
215215
# content based hashing
216-
COMPRESS_CSS_HASHING_METHOD = 'content'
216+
COMPRESS_CSS_HASHING_METHOD = 'mtime'
217217
# drop line comments
218218
LIBSASS_SOURCE_COMMENTS = False
219219
# minification of sass output

app/retail/templates/emails/shared_template_head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
{% endcomment %}
1717
{% load i18n static compress %}
18-
{% compress css inline %}
18+
{% compress css file email_head %}
1919
<!-- updated to the shared version -->
2020
<link rel="stylesheet" type="text/x-scss" href={% static "v2/scss/gitcoin.scss" %} />
2121
<link rel="stylesheet" type="text/x-scss" href={% static "v2/scss/town_square.scss" %} />

0 commit comments

Comments
 (0)