Skip to content

Add polyfills back in template #83

@andrewshawcare

Description

@andrewshawcare

Please add:

<% with (scripts) { %>
<% [].concat(polyfills).forEach(function(script){ %>
<script src="<%= script %>"></script>
<% }) %>
<% }; %>

before vendor scripts so es5-shim (or any other polyfills) are included on the spec runner.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions