Re: ANN: Om 0.8.2

2015-01-25 Thread Elliot Block
On Saturday, January 24, 2015 at 8:39:56 AM UTC-8, David Nolen wrote: > The release depends on ClojureScript 0.0-2719 as it leverages the new foreign > dependency functionality to simplify development and production builds. This is super super awesome. One observation for people trying this, if

Re: ANN: Om 0.8.2

2015-01-24 Thread Makoto H.
I am update om to 0.8.2, then:require causes an error. (ns om-app.hello (:require [om.core :as om :include-macros true] [om.dom :as dom :include-macros true] ) ) clojure.lang.ExceptionInfo: No such namespace: com.facebook.React at line 1 file:/maven/.m2/repo

ANN: Om 0.8.2

2015-01-24 Thread David Nolen
The dependency information has changed: [org.omcljs/om "0.8.2"] The release depends on ClojureScript 0.0-2719 as it leverages the new foreign dependency functionality to simplify development and production builds. Feedback welcome! https://github.com/swannodette/om David -- You received this