File: get-three

package info (click to toggle)
r-cran-threejs 0.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,864 kB
  • sloc: sh: 17; makefile: 12
file content (8 lines) | stat: -rwxr-xr-x 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
wget -q -N https://raw.githubusercontent.com/mrdoob/three.js/master/build/three.js
# closure-compiler  --charset 'utf-8' --js three.js --js_output_file three.min.js # throws errors
# yui-compressor three.js > three.min.js # trows errors
uglifyjs three.js > three.min.js
wget -q -N https://raw.githubusercontent.com/mrdoob/three.js/master/LICENSE
echo README