Skip to content
Paulus Esterhazy edited this page Dec 21, 2016 · 3 revisions

This page doesn't try to list all common problems but lists some which are specific to Boot-cljs or are caused by differences to other common tools, such as Cljsbuild.

Problems with advanced optimizations and external JavaScript

Closure compiler emits JavaScript globals such as aE in advanced optimization mode, often causing conflicts with external JavaScript code. See this page for details.

Clone this wiki locally