Added begining of tutorial
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
OPT=--compilation_level SIMPLE_OPTIMIZATIONS
|
||||
CLOSURE=java -jar /usr/share/java/closure-compiler/closure-compiler.jar
|
||||
|
||||
all: Three Stats ThreeTools Bouncing Multisphere StreamingSimulator PrototypeTools PrototypeReplay PrototypeInteractive
|
||||
all: Three Stats ThreeTools Bouncing Multisphere StreamingSimulator PrototypeTools PrototypeReplay PrototypeInteractive Tutorial
|
||||
|
||||
Three:
|
||||
cp three/three.min.js ../static/js/
|
||||
@@ -74,5 +74,10 @@ PrototypeReplay:
|
||||
--js prototype/replay.js \
|
||||
--js_output_file ../static/js/replay.min.js
|
||||
|
||||
Tutorial:
|
||||
$(CLOSURE) $(OPT) \
|
||||
--js prototype/tutorial.js \
|
||||
--js_output_file ../static/js/tutorial.min.js
|
||||
|
||||
clean:
|
||||
rm -rf ../static/js/*
|
||||
|
||||
Reference in New Issue
Block a user