./bin/cljsc hello.cljs '{:output-file "foo.js"}'
fails
The problem/fix is straightforward:
(apply add-dependencies all-opts
- (concat (if (coll? compiled) compiled [compiled])
+ (concat (if (satisfies? IJavaScript compiled) [compiled] compiled)
However I'm not entirely sure what the distinction is as to why you would use
one over the other (maybe the :output-file should be removed?).
Let me know if you want a ticket/patch for this and if you have a preference.
Regards,
Timothy
--
Note that posts from new members are moderated - please be patient with your
first post.
---
You received this message because you are subscribed to the Google Groups
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.