It sounds like you are trying to navigate to http://localhost:9000/replthough right? You should be navigating to http://localhost:9000/
On Mon, Dec 3, 2012 at 8:51 PM, Brent Millare <[email protected]>wrote: > The file with the clojurescript and call to connect isn't named repl, its > named view.html. repl is the name of the response from the call (repl/connect > "http://localhost:9000/repl") > > > On Monday, December 3, 2012 3:29:13 PM UTC-5, David Nolen wrote: >> >> Don't call your file repl.* this has special meaning - it's the file >> that's meant to be loaded into the cross page iframe. >> >> >> -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
