cljs.build.api/source-on-disk

functionsince v0.0-3291Edit
(source-on-disk opts ijs)

Source docstring:
Ensure that the given IJavaScript exists on disk in the output directory.
Return updated IJavaScript with the new location if necessary.
Source code @ clojurescript:src/main/clojure/cljs/build/api.clj
(defn source-on-disk
  [opts ijs]
  (closure/source-on-disk opts ijs))