Added begining of tutorial

This commit is contained in:
Thomas FORGIONE
2015-05-26 11:49:24 +02:00
parent b05ed54738
commit b4241d4546
11 changed files with 389 additions and 20 deletions

View File

@@ -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/*