Liking cljdoc? Tell your friends :D

asset-builder.core


*internal-print-fn*clj

source

buildclj

(build & asset-opts)

Build CLJS/JS/CSS assets. The following options are allowed:

  • :cljs-path: path to CLJS sources,
  • :cljs: CLJS compiler options,
  • :asset-path: path to assets (optional, defaults to current directory),
  • :assets: map of asset source -> minifcation target (relative to :asset-path or absolute). Assets will be minified according to their filename.
Build CLJS/JS/CSS assets. The following options are allowed:
- `:cljs-path`: path to CLJS sources,
- `:cljs`: CLJS compiler options,
- `:asset-path`: path to assets (optional, defaults to current directory),
- `:assets`: map of asset source -> minifcation target (relative to
  `:asset-path` or absolute).
Assets will be minified according to their filename.
sourceraw docstring

build*clj

(build* builders asset-opts)
source

default-buildersclj

source

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

× close