Skip to content

Commit

Permalink
chore: link to minified example in main page (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Aug 7, 2018
1 parent d2e0d35 commit 15a7f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -47,6 +47,7 @@
<button type=submit>Load</button>
</form>
<ul>
<li><a href="index.min.html">Use minified JavaScript.</a></li>
<li><a href="test/">Run unit tests in browser.</a></li>
<li><a href="docs/api/">Read generated docs.</a></li>
<li><a href="examples">Browse Examples</a></li>
Expand Down
1 change: 1 addition & 0 deletions index.min.html
Expand Up @@ -47,6 +47,7 @@
<button type=submit>Load</button>
</form>
<ul>
<li><a href="index.html">Use non-minified JavaScript.</a></li>
<li><a href="test/">Run unit tests in browser.</a></li>
<li><a href="docs/api/">Read generated docs.</a></li>
<li><a href="examples">Browse Examples</a></li>
Expand Down

0 comments on commit 15a7f92

Please sign in to comment.