Revert "bump aframe"

This reverts commit f407db8457.
This commit is contained in:
Kevin Ngo
2018-11-14 15:00:14 +08:00
parent 1070f07fe3
commit 67a370d31f
8 changed files with 396 additions and 268 deletions

View File

@@ -4,9 +4,7 @@
<title>Super Saber</title>
<meta name="description" content="Beat Saber on the VR Web with searchable and playable community songs from Beat Saver.">
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
{% if DEBUG_AFRAME %}
<script src="http://localhost:9000/dist/aframe-master.js"></script>
{% elif IS_PRODUCTION %}
{% if IS_PRODUCTION %}
<script src="vendor/aframe-master.min.js"></script>
{% else %}
<script src="vendor/aframe-master.js"></script>