Skip to content

Commit

Permalink
Comment out building
Browse files Browse the repository at this point in the history
  • Loading branch information
rollacaster committed Jan 12, 2021
1 parent 26ca877 commit 6caa7ce
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/sketches/plotting/tricles.clj
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,13 @@
</div>
</body>
</html>"))
(->> 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")))

0 comments on commit 6caa7ce

Please sign in to comment.