Skip to content

Commit

Permalink
added config back into html file
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Jan 15, 2012
2 parents bbb754b + 7213167 commit b1e7c79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Expand Up @@ -5,12 +5,13 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">

<link rel="stylesheet" href="/assets/css/style.css">

<title>Backbone Boilerplate</title>

<link rel="stylesheet" href="/assets/css/style.css">

<script data-main="app/index" src="/assets/js/libs/require.js"></script>
<!-- Will remove this next week when jrburke gets config parsing in the builder -->
<script src="/app/config.js"></script>
</head>

<body>
Expand Down

0 comments on commit b1e7c79

Please sign in to comment.