Sure. I uploaded a minimal project here:
http://dl.dropbox.com/u/30225560/macros.tar.gz
The build.sh script just sets up the classpath as I didn't want any
additional dependencies on lein etc. The global classpath is properly
set up with clojure on it, $CLOJURRESCRIPT_HOME is set up as well.
Her
On Fri, Jan 27, 2012 at 1:26 AM, philip k wrote:
> Hi, I'm using cljs-watch to cross compile generic Clojure code into
> both class files and js files using the latest master Clojurescript
> checkout; this all works wonderfully until I try to add a (:require-
> macros ...) directive as follows:
>
Hi, I'm using cljs-watch to cross compile generic Clojure code into
both class files and js files using the latest master Clojurescript
checkout; this all works wonderfully until I try to add a (:require-
macros ...) directive as follows:
// in xyz.base.view
(ns xyz.base.view
(:require ...
(: