Re: Confusion about cljs.build.api/build

2015-06-30 Thread Zack Maril
Update: thanks to a comment at the bottom of one of the files in the clojurescript project , I think I know how to fix this. Instead of a list, I should have used a vector. I don't know why this works

Confusion about cljs.build.api/build

2015-06-29 Thread Zack Maril
Hello, I'm trying to use cljs.build.api/build to compile dynamically generated clojurescript into one javascript string. I've been running into many weird errors and I'm quite certain I'm doing something wrong. The simplest test case I've found is the following: (cljs.build.api/build '((ns te