(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close