File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" %} />
You can’t perform that action at this time.
0 commit comments