Skip to content

Commit

Permalink
oops, added true dist
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinwan committed May 31, 2019
1 parent 101a89e commit 62fd127
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for a tree's foliage:
To get started, include the minified javascript in your a-frame project.

```
<script src="https://cdn.jsdelivr.net/gh/alvinwan/[email protected].4/dist/aframe-low-poly.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/alvinwan/[email protected].5/dist/aframe-low-poly.min.js"></script>
```

# Usage
Expand Down
9 changes: 7 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@
<title>Stylized Low Poly Wilderness in Virtual Reality</title>
<script src="https://aframe.io/releases/0.8.0/aframe.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="../src/main.js"></script>

<!-- Development -->
<!-- <script src="../src/main.js"></script>
<script src="../src/primitives/box.js"></script>
<script src="../src/primitives/circle.js"></script>
<script src="../src/primitives/cylinder.js"></script>
<script src="../src/primitives/sphere.js"></script>
<script src="../src/primitives/plane.js"></script>
<script src="../src/primitives/cone.js"></script>
<script src="../src/primitives/cone.js"></script> -->

<!-- Check Deploy -->
<script src="../dist/aframe-low-poly.min.js"></script>
<!-- Google Analytics -->
<script>
// setup "sky" so that it's sinusoidal
Expand Down
2 changes: 1 addition & 1 deletion dist/aframe-low-poly.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62fd127

Please sign in to comment.