Comment made by: dvdreddy
(link: ~thheller) Yeah I agree, what I observed is from the timestamps of the files generated is that, the closure compiler is not the step that is taking time, rather generating the source-mappings is, if we disable the source-mappings we cut down the time to ~ 5 sec (can't do without them during development)and observing the timestamps of the generated files for the cljs-base module after the js file is generated the js.map file generation was taking around more than 15 sec of the overall 30 sec compilation time. It is this part I wanted to see if we can skip