std.make.compile
compile
added in 4.0
(compile {:keys [instance], :as cfg} & directives)creates files based on entries
compile-custom
added in 4.0
(compile-custom {:keys [header footer root fn], :as opts})creates a custom
compile-ext
added in 4.0
(compile-ext {:keys [header footer main format root target name file wrapper], :as sopts, :or {wrapper (fn [f sopts] f)}})compiles project files of different extensions
compile-fullbody
added in 4.0
(compile-fullbody body {:keys [header footer]})helper function for compile methods
compile-out-path
added in 4.0
(compile-out-path {:keys [root file target output]})creates the output path for file
compile-resource
added in 4.0
(compile-resource {:keys [main root], :as opts})copies resources to the build directory
compile-result-seq
added in 4.1
(compile-result-seq results)normalizes nested compile results into a flat sequence
compile-section
added in 4.0
(compile-section {:keys [root build params hooks], :as m} key section)compiles section
compile-single
added in 4.0
(compile-single out-dir params {:keys [type format hook], :as sopts})compiles a single file
compile-write-artifacts
added in 4.1
(compile-write-artifacts artifacts)writes multiple artifact descriptors
with:compile-filter
macro
added in 4.0
(with:compile-filter filter & body)sets the compile filter