Add working cljs version
Use 'lein compile' or 'lein figwheel'. Still figuring out details like how to make it compatible with normal Clojure simultaneously. However, code changes were pretty minimal.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>curlnoise</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="curlnoise"></div>
|
||||
<script src="js/main.js"></script>
|
||||
<script>curlnoise.core.run_sketch()</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user