Not seeing it in the examples — is there a preferred way to have cherry ns/modules within one node package depend on each other? Having one cljs turn into one js file which is the entry point to an NPM package makes sense, but any attempt to have separate things that could either be required independently downstream or in the require section of the NS declaration is where I start to get stuck? My cljs file for one project is getting kind of kitchen-sink-y absent a clean solution
I'll reply tomorrow
I looked into the code and it should work the same as squint . The default paths it looks for namespaces are the current directory and the src directory
ok, that means it's just a problem with me invoking -- will try again! sorry for the noise!
well it could very well be a bug, let me know