Re: Om: trouble with goog reference

2014-02-27 Thread boz
Hopefully it's helpful. :) Here's a branch with the completed Basic tutorial. The commit log for the branch follows the Basic Tutorial. https://github.com/christoferjennings/om-start-template/tree/om-0-5-0-tut/samples/om-0-5-0-tut I still need to relaunch Cider occasionally. Basically every time

Re: Om: trouble with goog reference

2014-02-27 Thread David Nolen
Many thanks for taking the time to implement & share your solution! David On Thu, Feb 27, 2014 at 1:40 PM, boz wrote: > Hi David, Clifford, > > I'm pretty sure Clifford is using the Cider version from > Mimmo. > I've got a fork of > it

Re: Om: trouble with goog reference

2014-02-27 Thread boz
... should have mentioned, in case it's not obvious, I got through the basic tutorial using my fork of Mimmo's excellent work. ,chris (aka boz) On Thursday, February 27, 2014 10:40:23 AM UTC-8, boz wrote: > > Hi David, Clifford, > > I'm pretty sure Clifford is using the Cider version from > Mimm

Re: Om: trouble with goog reference

2014-02-27 Thread boz
Hi David, Clifford, I'm pretty sure Clifford is using the Cider version from Mimmo. I've got a fork of itwith updates so it work with Om 0.5.0 and React 0.9.0 that I've used to get throug

Re: Om: trouble with goog reference

2014-02-27 Thread David Nolen
Your markup needs to look something like: http://fb.me/react-0.9.0.js";> goog.require("om_ho.core"); HTH, David On Thu, Feb 27, 2014 at 6:26 AM, cig wrote: > Hi David > > I tried changing :advanced mode to :whitespace mode. My index.html file > looks as follows: > > > > >

Re: Om: trouble with goog reference

2014-02-27 Thread cig
Hi David I tried changing :advanced mode to :whitespace mode. My index.html file looks as follows: http://fb.me/react-0.9.0.js";> my project.clj file looks as follows: (defproject om-ho "0.0.1-SNAPSHOT" :description "FIXME: write description" :url "http://example.c

Re: Om: trouble with goog reference

2014-02-23 Thread David Nolen
The issue is that advanced compilation produces a single artifact. David On Sun, Feb 23, 2014 at 8:22 PM, boz wrote: > I'm having trouble with the Om basic tutorial Higher Order > Components > using > emacs a

Om: trouble with goog reference

2014-02-23 Thread boz
I'm having trouble with the Om basic tutorial Higher Order Components using emacs and a slightly modified version of https://github.com/magomimmo/om-start-template that points to Om 0.5.0 and React 0.9.0. My ve