Liking cljdoc? Tell your friends :D

cryogen-core.io


copy-dirclj

(copy-dir src target ignored-files)
source

copy-resourcesclj

(copy-resources root {:keys [blog-prefix resources ignored-files]})
source

copy-resources-from-themeclj

(copy-resources-from-theme config)

Copy resources from theme

Copy resources from theme
sourceraw docstring

create-fileclj

(create-file file data)
source

create-file-recursiveclj

(create-file-recursive file data)
source

create-folderclj

(create-folder folder)
source

find-assetsclj

(find-assets f ext ignored-files)

Find all assets in the given root directory (f) and the given file extension (ext) ignoring any files that match the given (ignored-files). First make sure that the root directory exists, if yes: process as normal; if no, return empty vector.

Find all assets in the given root directory (f) and the given file
extension (ext) ignoring any files that match the given (ignored-files).
First make sure that the root directory exists, if yes: process as normal;
if no, return empty vector.
sourceraw docstring

get-resourceclj

(get-resource resource-name)
source

ignoreclj

(ignore ignored-files)
source

match-re-filterclj

source

pathclj

(path & path-parts)

Creates path from given parts, ignore empty elements

Creates path from given parts, ignore empty elements
sourceraw docstring

publicclj

source

re-filterclj

(re-filter bool-fn & res)
source

read-edn-resourceclj

(read-edn-resource resource)
source

reject-re-filterclj

source

set-public-path!clj

(set-public-path! path)
source

wipe-public-folderclj

(wipe-public-folder keep-files)
source

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

× close