Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuloCintra committed Jan 20, 2018
1 parent 1bd09b6 commit d802113
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<title>Stencil Component Starter</title>
<script src="https://unpkg.com/@o-rango/orango-demo-tools/dist/orango-demo-tools.js"></script>
<script src="./build/o-content-placeholder.js"></script>

</head>

<body>

<o-demo-bar name="Content Placeholder">
<o-demo-case name="Skeleton">
<!--includes <script src="/build/o-content-placeholder.js"></script> includes-->
<!--includes <script src="./build/o-content-placeholder.js"></script> includes-->
<div class="container">
<style>
.container {
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@
"json",
"jsx"
]
},
"directories": {
"doc": "docs"
}
}

0 comments on commit d802113

Please sign in to comment.