cljs.build.api/output-unoptimized

functionsince v0.0-3291Edit
(output-unoptimized opts & sources)

Source docstring:
Ensure that all JavaScript source files are on disk (not in jars),
write the goog deps file including only the libraries that are being
used and write the deps file for the current project.

The deps file for the current project will include third-party
libraries.
Source code @ clojurescript:src/main/clojure/cljs/build/api.clj
(defn output-unoptimized
  [opts & sources]
  (apply closure/output-unoptimized opts sources))