From 6caa7ce247c953c1fceb999c008322c1205f0502 Mon Sep 17 00:00:00 2001 From: Thomas Sojka Date: Tue, 12 Jan 2021 07:36:44 +0100 Subject: [PATCH] Comment out building --- src/sketches/plotting/tricles.clj | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/sketches/plotting/tricles.clj b/src/sketches/plotting/tricles.clj index 46446fe..9dac8f7 100644 --- a/src/sketches/plotting/tricles.clj +++ b/src/sketches/plotting/tricles.clj @@ -91,12 +91,13 @@ ")) -(->> scene - adapt/all-as-svg - svg/serialize - (spit "temp.svg")) -(->> scene - adapt/all-as-svg - svg/serialize - html - (spit "index.html")) +(comment + (->> scene + adapt/all-as-svg + svg/serialize + (spit "temp.svg")) + (->> scene + adapt/all-as-svg + svg/serialize + html + (spit "index.html")))