Added emoji icon integration (#1575)

* Add emoji icons

* Generate new build and ensure build is sane on WSL (windows)

Normalize line endings to ensure when building in Windows Subsystem
for Linux that the results are sane.
Build new JS and CSS.

* Attempt to fix netlify issue
This commit is contained in:
Isaac Muse
2020-04-08 08:00:20 -06:00
committed by GitHub
parent 1c252312cb
commit 89b474bf33
17 changed files with 187 additions and 20 deletions

View File

@@ -41,7 +41,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.c3000690.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.14de1027.min.css' | url }}">
{% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.4444686e.min.css' | url }}">
{% endif %}
@@ -178,8 +178,8 @@
{% endblock %}
</div>
{% block scripts %}
<script src="{{ 'assets/javascripts/vendor.5b460a48.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.d28521c5.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/vendor.f45d2d8d.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.0e29fb74.min.js' | url }}"></script>
{%- set translations = {} -%}
{%- for key in [
"clipboard.copy",