Roger

I don't use Node as target so take this with a grain of salt:

When you add the :main option the compiler will add a small script that 
dynamically adds goog, the dependencies, and the compiled script. You need to 
specify in the :asset-path option the relative paths of those files.

For example, since my dev server has its root in "resources/public", my asset 
path looks like this:

:output-to "resources/public/js/app.js"
:output-dir "resources/public/js/compiled"
:main server.core
:asset-path "js/compiled"

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