Created
May 30, 2016 10:27
-
-
Save cjblomqvist/d0d2e8c07b429f18c3dbfe82e19fdda8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{{#each scripts.polyfills}}<script src="{{.}}"></script>{{/each}} | |
<script type="text/javascript" src="cordova.js"></script> | |
<script> | |
System.import('system-config.js').then(function () { | |
System.import('main'); | |
}).catch(console.error.bind(console)); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment