|
|
@ -5,6 +5,6 @@ fetch_live:
|
|
5
|
5
|
curl pixl.papill0n.org:8001/world > data/live.json
|
|
6
|
6
|
|
|
7
|
7
|
fetch_deps:
|
|
8
|
|
curl -o public/glmatrix.js https://raw.github.com/toji/gl-matrix/master/dist/gl-matrix.js
|
|
9
|
|
curl -o public/three.js https://raw.github.com/mrdoob/three.js/master/build/three.min.js
|
|
10
|
|
curl -o public/three.flycontrols.js https://raw.github.com/mrdoob/three.js/master/examples/js/controls/FlyControls.js
|
|
|
8
|
curl -L -o public/glmatrix.js https://raw.github.com/toji/gl-matrix/master/dist/gl-matrix.js
|
|
|
9
|
curl -L -o public/three.js https://raw.github.com/mrdoob/three.js/master/build/three.min.js
|
|
|
10
|
curl -L -o public/three.flycontrols.js https://raw.github.com/mrdoob/three.js/master/examples/js/controls/FlyControls.js
|