Conrad, That's old bug / hack. Your web server can serve the generated source maps now just fine. The easiest thing to do is use :optimizations :none and we generate source maps for each compiled file.
David On Sun, Dec 22, 2013 at 1:30 PM, Conrad Barski <[email protected]> wrote: > Hi Daniel- someone doctored up repl-listen to do double duty as a Dev > server for clojurescript files. This is needed because a standard web > server can't follow all the app dependencies to find the cljs files and > source map files necessary for the fancy new source mapping stuff. If you > follow the last few posts on David's blog it goes through this. > > -- > 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. > -- 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.
