Don't know about 1. 2 is actually being sorted out, we're determining the best approach according to the core React devs given our slightly unusual usage of React.
On Saturday, December 21, 2013, Conrad Barski wrote: > 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? > > > -- > 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] <javascript:;>. > To post to this group, send email to > [email protected]<javascript:;> > . > 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.
