I am just getting started with ClojureScript, and I would like to mix and match completely unrelated ClojureScript applications on different pages at runtime. I understand leinigen compilation is designed to squeeze all code needed for on app in one JavaScript file. To keep things separated, I would like to have the Closure library separated from the application - even if that prevents some of the optimizations.
Is it possible to compile ClojureScript excluding the Closure library from the final JavaScript artifact?