Skip to content

Commit

Permalink
Move examples to examples/
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Dec 20, 2016
1 parent db8a6c9 commit d206ac4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 395 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Get dependencies and build:

npm start

And open http://localhost:3000/the-graph-editor/index.html
And open [http://localhost:3000/examples/demo-full.html](http://localhost:3000/examples/demo-full.html)

## License

Expand Down
File renamed without changes
File renamed without changes.
6 changes: 3 additions & 3 deletions the-graph-editor/index.html → examples/demo-full.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!-- Custom elements -->
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="./the-graph-editor.html">
<link rel="import" href="../the-graph-editor/the-graph-editor.html">
<link rel="import" href="../the-graph-nav/the-graph-nav.html">

<!-- Fonts -->
Expand Down Expand Up @@ -86,7 +86,7 @@
<button id="refresh">refresh</button>
</div>
<div id="loading" style="position:absolute; top:10px; left:10px; background-color:white; padding:10px; border-radius:5px;">
<img src="loading.gif"/>
<img src="assets/loading.gif"/>
<div id="loading-message">loading custom elements...</div>
</div>
<script type="text/javascript">
Expand Down Expand Up @@ -214,7 +214,7 @@
// Clock
// script.src = 'https://api.github.com/gists/7135158?callback=loadGraph';
// script.src = 'clock.json.js';
script.src = 'photobooth.json.js';
script.src = 'assets/photobooth.json.js';
// Gesture object building (lots of ports!)
// script.src = 'https://api.github.com/gists/7022120?callback=loadGraph';
// Gesture data gathering (big graph)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!-- Custom elements -->
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="./the-graph-editor.html">
<link rel="import" href="../the-graph-editor/the-graph-editor.html">
<link rel="import" href="../the-graph-nav/the-graph-nav.html">

<!-- Fonts -->
Expand Down Expand Up @@ -88,7 +88,7 @@
<button id="clear">clear</button>
</div>
<div id="loading" style="position:absolute; top:10px; left:10px; background-color:white; padding:10px; border-radius:5px;">
<img src="loading.gif"/>
<img src="assets/loading.gif"/>
<div id="loading-message">loading custom elements...</div>
</div>
<script type="text/javascript">
Expand Down
Loading

0 comments on commit d206ac4

Please sign in to comment.