On Tue, Feb 17, 2015 at 12:51 PM, Roberto Oliveros <[email protected]>
wrote:

>
> (ns your-users.namespace
>   (:require [mylib.core :include-macros true])) ;; if they want to include
> all
>                                                 ;; macros
>

This bit is no longer necessary in 0.0-2850 if the library ns requires a
macro ns of the same name:

(ns your-users.namespace
  (:require [mylib.core :as mylib]))

Is all users need, they can drop `:include-macros true` as it's implied in
this case.


>
> (ns your-users.namespace
>   (:require [mylib.core :refer-macros [your-macro-1 your-macro-2 ...]]))
>
> Hope it helps.

-- 
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.

Reply via email to