Skip to content

Commit

Permalink
Prep for stable deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gdixon committed Feb 19, 2021
1 parent 0412907 commit 845a5d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
# compress offline (use './manage.py compress' to build manifest.json)
COMPRESS_OFFLINE = True
# content based hashing
COMPRESS_CSS_HASHING_METHOD = 'content'
COMPRESS_CSS_HASHING_METHOD = 'mtime'
# drop line comments
LIBSASS_SOURCE_COMMENTS = False
# minification of sass output
Expand Down
2 changes: 1 addition & 1 deletion app/retail/templates/emails/shared_template_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
{% endcomment %}
{% load i18n static compress %}
{% compress css inline %}
{% compress css file email_head %}
<!-- updated to the shared version -->
<link rel="stylesheet" type="text/x-scss" href={% static "v2/scss/gitcoin.scss" %} />
<link rel="stylesheet" type="text/x-scss" href={% static "v2/scss/town_square.scss" %} />
Expand Down

0 comments on commit 845a5d4

Please sign in to comment.