Two quick questions as I am working through the OM stuff... glad if anyone here 
has some pointers to point me in the right directions...

1. I seem to be unable to get "lein trampoline cljsbuild repl-listen" to serve 
up a css file on my own Om project... I have my css located at "[project 
root]/css/main.css" and then reference it in the html as <link rel="stylesheet" 
href="css/main.css"> but this just throws a 404 error for main.css when I run 
my program. I've tried many other variations but nothing seems to work. 
Javascript, html, and sourcemaps work fine. Anyone have an idea of what I'm 
doing wrong? How does repl-listen decide where the css lives?

2. In the Om TodoMVC app in the function "handle-new-todo-keydown" there is one 
ugly line of code that reads:
        (set! (.-value new-field) "")

   Anyone figure out yet why such a DOM manipulation was necessary in that case?
   

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to