Skip to content

Commit

Permalink
chore: Framework scaffold served index.html simply references the act…
Browse files Browse the repository at this point in the history
…ual build output page
  • Loading branch information
Matthew Trost committed Jun 29, 2015
1 parent 7b188aa commit 782c4c0
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions lib/framework/scaffold/templates/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico?t=1" type="image/x-icon">
<style type="text/css">
html, body { width: 100%; height: 100%; margin: 0px; padding: 0px; font-family: 'Lato', Helvetica, Arial, sans-serif; }
body { position: absolute; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-perspective: 0; perspective: none; overflow: hidden; }
body, html { width: 100%; height: 100%; padding: 0; margin: 0; }
#iframe { border: none; width: 100%; height: 100%; padding: 0; margin: 0; }
</style>
<script>document.write('<script src="http://'+(location.host||'localhost').split(':')[0]+':35729/livereload.js?snipver=1"></'+'script>');</script>
</head>
<body>
<script type="text/javascript" src="famous-framework.development.bundle.js"></script>
<script type="text/javascript">


FamousFramework.deploy('{{componentName}}', 'HEAD', 'body');


</script>
<iframe id="iframe" src="{{componentLocalURL}}"></iframe>
</body>
</html>

0 comments on commit 782c4c0

Please sign in to comment.