I wasn't even aware of :output-file to be honest. Ticket + patch welcome.

Thanks,
David


On Thu, Jan 2, 2014 at 9:39 PM, Timothy Pratley <timothyprat...@gmail.com>wrote:

> ./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 clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescript@googlegroups.com.
> Visit this group at http://groups.google.com/group/clojurescript.
>

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to