Thanks for the feedback, it's great to hear you find it useful. I think CSS reloading would be pretty straightforward to implement with similar polling mechanism. As it is not really ClojureScript specific thing, at the moment I want to keep lively simple and focus only on ClojureScript reloading.
I've used less (http://lesscss.org) for my CSS needs. It has live reloading (called "watch mode") which can be enabled by JavaScript call or by appending "#!watch" to the URL. I'm not sure what would be the use case for HTML reloading. With Om, or anything React based in general, your markup is mostly in ClojureScript code and lively can take care of reloading it. perjantai 17. lokakuuta 2014 Gary Verhaegen <[email protected]> kirjoitti: > The Chrome Tincr extension can reload html and css (and javascript, but > it's a complete reset of the js page I think). Not sure it can reload html > without reloading the page, though. > > On Thursday, 16 October 2014, Gary Johnson <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > >> P.S. I'm wondering how difficult it would be to make lively reload >> updated HTML and CSS files as well. lein-figwheel handles the CSS case, but >> I'm not sure about HTML reloads without a page refresh. >> >> -- >> 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] > <javascript:_e(%7B%7D,'cvml','clojurescript%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[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.
