Skip to content

Commit c44cb88

Browse files
author
Tom
committed
Fixed webpack errors and included missing animation component that was used one example and was loaded from the web, where the script dissapeared.
1 parent bbbc258 commit c44cb88

File tree

12 files changed

+15215
-14721
lines changed

12 files changed

+15215
-14721
lines changed

.babelrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"presets": [
33
["env", {
44
"targets": {
5-
"uglify": false,
6-
"browsers": ["chrome 58", "firefox 53"]
5+
"browsers": ["last 2 Chrome versions", "Firefox ESR"],
6+
"uglify": false
77
},
8+
"exclude": ["transform-regenerator", "es6.set"],
89
"modules": false,
910
"loose": false
1011
}]

dist/aframe-lsystem-component.js

Lines changed: 310 additions & 147 deletions
Large diffs are not rendered by default.

dist/aframe-lsystem-component.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/animated hilbert curve/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>A-Frame L-System Component - Hilbert Curve</title>
66
<script src="../libs/aframe.js"></script>
7-
<script src="https://rawgit.com/ngokevin/aframe-animation-component/master/dist/aframe-animation-component.min.js"></script>
7+
<script src="../libs/aframe-animatiom-component.js"></script>
88
<script src="../libs/aframe-lsystem-component.js"></script>
99
</head>
1010
<body>

0 commit comments

Comments
 (0)