Liking cljdoc? Tell your friends :D

cljsbuild.crossover


copy-crossoversclj

(copy-crossovers crossover-path crossovers)

crossover-macro-pathsclj

(crossover-macro-paths crossovers)

crossover-needs-update?clj

(crossover-needs-update? from-resource to-file)

find-crossoversclj

(find-crossovers crossovers macros?)

get-path-safeclj

(get-path-safe url)

Pull a local file path out of a resource URL. Without this, it's possible to end up with weird paths like /C:/x/y/z on Windows, which are troublesome to deal with.

Pull a local file path out of a resource URL.  Without this, it's possible to end up
with weird paths like /C:/x/y/z on Windows, which are troublesome to deal with.
raw docstring

write-crossoverclj

(write-crossover from-resource to-file)

Write a temp file and atomically rename to the real file to prevent the compiler from reading a half-written file.

Write a temp file and atomically rename to the real file
to prevent the compiler from reading a half-written file.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close