Skip to content
Snippets Groups Projects
Commit ce0630ae authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

relay.js should be accessed via a perma-url for aggressive client side caching (ie specific)

parent 10ca85ff
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,9 @@ exports.resources = {
],
'/production/include.js': [
'/include_js/include.js'
],
'/production/relay.js': [
'/relay/relay.js'
]
};
exports.resources[dialog_min_js] = dialog_js;
......
......@@ -6,6 +6,6 @@
<head>
<meta charset="utf-8">
<title>Browser ID</title>
<script type='text/javascript' src='https://static.login.persona.org/relay/relay.js'></script>
<%- cachify_js('/production/relay.js') %>
</head>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment