That is probably dead code removal in action. Since none of your code is
actually called it all will be removed. :)
Try to ^:export a function that will keep it from getting removed or just call
one of the functions.
(ns com.foo.editor
(:require [com.foo.common :refer (blah)]))
(defn ^:export edit [x]
(str "editing:" (blah x)))
On Wednesday, February 18, 2015 at 11:50:19 AM UTC+1, Edwin Park wrote:
> Ah ok thanks! - I did this and now the module output-to files are generated,
> but they are all empty:
--
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.