Hi No not the same. My problem is that the paths to the js sources get messed up when using an output-to settings not under the output-dir. I can't say much about your error without seeing your compiler options. Can you post them?
regards Dan On Wednesday, October 11, 2017 at 4:37:51 PM UTC+2, Sonny To wrote: > > I think this is related to my problem > https://groups.google.com/forum/#!topic/clojurescript/700iaLDzrNI > are you getting the same error messages? > > On Friday, September 29, 2017 at 11:10:18 PM UTC+3, Dan Johansson wrote: >> >> Hi >> When trying out the modules feature in cljs 1.9.908 I ran into a problem >> when using optimization other than :none >> It seems like the output-to must be inside the output-dir. The problem I >> have with this is that I can't use the same markup for :none and :advanced >> compilation mode since the script tag need to reference one js file in one >> location. And there is a limitation in cljsbuild (I think) that prevents me >> from using the same output-dir for :none and :advanced. >> >> There are ways to workaround this of course but I wanted to check if I'm >> missing something and if this is a known and intentional side effect of the >> module implementation. >> >> regards >> Dan >> > -- 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 https://groups.google.com/group/clojurescript.
