forked from kig/JSARToolKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
minify.sh
executable file
·39 lines (39 loc) · 879 Bytes
/
minify.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#!/bin/bash
cat \
src/NyAs3Utils.js \
src/FLARArrayUtil.js \
src/FLARException.js \
src/FLARMat.js \
src/FLARRgbPixelReader.js \
src/NyARHistogramAnalyzer.js \
src/NyARPca2d.js \
src/NyARRasterReader.js \
src/NyARTypes.js \
src/FLARRasterFilter.js \
src/FLARTypes.js \
src/NyARLabel.js \
src/FLARLabeling.js \
src/NyARParam.js \
src/FLARParam.js \
src/NyARRaster.js \
src/FLARRaster.js \
src/NyARCode.js \
src/FLARCode.js \
src/NyARMatch.js \
src/NyARRasterAnalyzer.js \
src/FLARRasterAnalyzer.js \
src/NyARRasterFilter.js \
src/NyARSquareDetect.js \
src/FLARSquareDetect.js \
src/NyARTransMat.js \
src/FLARTransMat.js \
src/NyARUtils.js \
src/NyARIdMarker.js \
src/NyARPickup.js \
src/FLARProcessor.js \
src/NyARDetector.js \
src/FLARDetector.js \
src/FLARIdMarkerDetector.js \
src/NyARSingleMarkerProcesser.js \
src/NyUtils.js \
| yui-compressor --type js > JSARToolKit.min.js