I'm trying to get my source-maps working and to get a better understanding of
what behind the curtains, I did the clojurescript step-by-step introduction.
After generating the .js files with
java -cp cljs.jar:src clojure.main build.clj
I end up with the hello-world program that can be seen in this github repo
[email protected]:frickm/clojure-script-quick-start.git.
It all works fine when I point the browser to file:///index.html, but the
sources are not mapped correctly. In the web console where the print-statement
ends up, the link on the right side refers to the .js file and not to the
cljs-file it should point to. My Chrome is the latest, source maps are switched
on in the settings.
it's a copy of this:
http://stackoverflow.com/questions/35251496/source-maps-in-quickstart-for-clojurescript-not-working-in-latest-chrome
I'd really appreciate some help here -
fricke
--
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.