Fork me on GitHub
#cljs-dev
<
2016-02-09
>
richiardiandrea20:02:44

Hello cljs-dev, I today for the first problem with optimizations, I am calling (.-dependencies_.nameToPath js/goog) but they both get wiped out when :optimizations :simple...is it normal?

richiardiandrea20:02:48

Maybe I just need to add the closure library as dependency

dnolen20:02:25

you are tapping into implementation detail stuff of Google Closure Library

dnolen20:02:40

different code gets generated depending on whether COMPILED flag is set

dnolen20:02:22

which is set to true under simple or advanced