ckirkendall / enfocus

DOM manipulation and templating library for ClojureScript inspired by Enlive.
http://ckirkendall.github.com/enfocus-site/
370 stars 41 forks source link

2.0.1-SNAPSHOT revised #68

Closed magomimmo closed 11 years ago

magomimmo commented 11 years ago

Hi Creighton, I worked a little bit more on the 2.0.1-SNAPSHOT branch. Here are the main bullet:

update cljsbuild to 0.3.4 (Chas just released it) update clojurescript.test to 0.1.0 (Chas released it yesterday and works as a charm on fixtures too). It's now under the plugins section introduced the :dev profiles where I put everything that has not to do with the use of enfocus as a third party developer added piggieback instrumentation for brepl and unut testing purpose added ring/compojure for brepl and unit testing purpose added the need cljsbuild setting to generate a jar containing only the clj/cljs source coded needed by a third party developer to use enfocus. Hope is helps

My best

magomimmo commented 11 years ago

Hi Creighton, for some reason I was not able to rebase all the commits in one commit only.

Anyway, anything seems to work well now, even the brepl connection by using piggieback and ring/compojure. Now it's your turn in preparing few unit tests by using clojurescript.test fixture....

magomimmo commented 11 years ago

Hi Creighton, I found that the browser-repl returns some warning from both domina and enfocus while using the cljs 1913, while gives no problems with cljs 1835.....

ckirkendall commented 11 years ago

@magomimmo I would prefer that we left them as separate commits anyway so not re-basing is fine. Due to my schedule I wont get to vet this until later this week. Thanks again for all you work.

CK

ckirkendall commented 11 years ago

Can yo resubmit this merge against the 2.0.1-SNAPSHOT branch instead of master. Right now I it is tracking against master.

magomimmo commented 11 years ago

Ok. I'll do it in a while