Skip to content

Instantly share code, notes, and snippets.

@joelclimbsthings
Created March 21, 2016 21:07
Show Gist options
  • Save joelclimbsthings/65c4de7b3e9552b8c739 to your computer and use it in GitHub Desktop.
Save joelclimbsthings/65c4de7b3e9552b8c739 to your computer and use it in GitHub Desktop.
Test
<!DOCTYPE html>
<html>
<head>
<title>Config All The Things</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/styles.css">
</head>
<body aurelia-app>
<script src="jspm_packages/system.js"></script>
<script src="config.js"></script>
<script>
System.import('aurelia-bootstrapper');
</script>
</body>
</html>
console.log('test');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment