From 415728f7cf7ea59ae267d4e47d6e08fd16559079 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Thu, 2 Jun 2011 20:50:43 +0200 Subject: [PATCH] jsdoc template: also build paper.js and place it in the resources folder of the generated documentation. --- build/docs.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/docs.sh b/build/docs.sh index 7a8f9b4e..07658730 100755 --- a/build/docs.sh +++ b/build/docs.sh @@ -24,4 +24,6 @@ fi cd jsdoc-toolkit java -jar jsrun.jar app/run.js -c=conf/$MODE.conf -D="renderMode:$MODE" -cd .. \ No newline at end of file +cd .. + +./preprocess.sh ../src/paper.js ../out/docs/resources/js/paper.js "-DBROWSER" stripped \ No newline at end of file