Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8 lines (5 sloc)
580 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% comment %} Placing here to comply with turbolinks. It doesnt change anything, because defer. {% endcomment %} | |
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Promise,Element.prototype.closest,es5,fetch,Element.prototype.classList,Node.insertBefore,Node.firstChild" defer data-turbolinks-track="reload"></script> | |
<script src="{{ 'raven.js' | asset_url }}" defer data-turbolinks-track="reload"></script> | |
<script src="{{ 'app.js' | asset_url }}" defer data-turbolinks-track="reload"></script> | |
<link rel="preload" href="{{ 'app.js' | asset_url }}" as="script"> |