On Friday, March 13, 2015 at 4:10:04 PM UTC+1, Tyler Solomon wrote:
> 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 included, won't
> that break my require statements?

Yes and no, I missed the part where things are optional which means you can't 
require everything. Basically your only problem then is that CLJS itself 
doesn't support modules in :none. You might want to try shadow-build [1] as it 
does support modules for :none as well as :advanced.

Must give up figwheel though, I added a live-reload'ish feature a while back 
but it is still missing a whole lot of features figwheel has. I want to add 
more features eventually but can't find the time at the moment.



[1] https://github.com/thheller/shadow-build

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to