[ClojureScript] Re: dependency ordering without :modules?

2015-03-13 Thread Tyler Solomon
Thanks, I will have a look at shadow-build. Am I correct to say that the root of my difficulty is google closure-compiler not supporting modules in any compilation level below `simple`? Potentially relevant link: https://github.com/google/closure-compiler/issues/611 -- Note that posts from new

[ClojureScript] Re: dependency ordering without :modules?

2015-03-13 Thread Tyler Solomon
Thanks for your reply, Thomas. I can see that I'm sufficiently confused as to ask questions that are confusing! The application I'm working on provides different modules to different users, so I won't know, for instance if the user has a contacts module enabled until I look up which modules they

[ClojureScript] Re: dependency ordering without :modules?

2015-03-13 Thread Tyler Solomon
I think perhaps you have already given me the answer, but I do not see it. I should require all of the component namespaces so they are available when rendering the root of application. Later when the code is split for production and certain modules that contain component namespaces are not