There was an error while loading. Please reload this page.
1 parent d61f70f commit dcccc39Copy full SHA for dcccc39
1 file changed
build/docs.sh
@@ -30,7 +30,7 @@ cd jsdoc-toolkit
30
java -jar jsrun.jar app/run.js -c=conf/$MODE.conf -D="renderMode:$MODE"
31
cd ..
32
33
-if [ $MODE == "docs" ]
+if [ $MODE = "docs" ]
34
then
35
# Build paper.js library for documentation
36
./preprocess.sh stripped ../src/paper.js ../dist/docs/resources/js/paper.js\
0 commit comments