Awesome. Thanks.

On Friday, October 26, 2012 12:30:07 AM UTC-4, Evan Mezeske wrote:
>
> One other thing I ought to mention is that your *.cljs files need to be 
> arranged in an appropriate directory structure (i.e. the directories must 
> match the namespaces):
>
> /src-cljs/live/helper/webTemplate.cljs
> /src/cljs-test/helper/webTemplate/test.cljs
>
> The ClojureScript compiler (sadly) allows files to shirk this convention 
> if they're in the main :source-path (it just grabs ALL *.cljs files 
> recursively).  However, if you're loading *.cljs files from a different 
> directory, they will be loaded as Java resources, and thus need to use the 
> Java directory conventions.
>
> -Evan
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to