emezeske / lein-cljsbuild

Leiningen plugin to make ClojureScript development easy.
Other
1.1k stars 151 forks source link

Possibility to add cli options to closure compiler. #487

Closed nenadalm closed 6 years ago

nenadalm commented 6 years ago

Hi. It would be useful to specify --source_map_include_content option. (https://github.com/google/closure-compiler/issues/1890#issuecomment-282772095)

Reason is to see source in Sentry (logging service) https://forum.sentry.io/t/clojurescript-sourcemaps/257.

danielcompton commented 6 years ago

I think this is a ClojureScript compiler issue. See https://dev.clojure.org/jira/browse/CLJS-1755.

nenadalm commented 6 years ago

Thanks. I am closing the ticket then.