Liking cljdoc? Tell your friends :D

leiningen.gzip-resources


find-resourcesclj

(find-resources resource-dir)

gzip-resourceclj

(gzip-resource target-dir [resource-dir resource-file])

gzip-resourcesclj

(gzip-resources project & args)

Find and gzip resources. Generates an gzipped file of every resource. Generated file name is same as the resource name with ".gz" appended to it.

Supported options: :target-path - Target path, defaults to project :target :resource-paths - Seq of resource paths, defaults to project :resource-paths :manifest-path - If set, generates an edn file with resource information

Options are read under key :gzip-resources in project.clj

Find and gzip resources. Generates an gzipped file of every resource. Generated
file name is same as the resource name with ".gz" appended to it.

Supported options:
  :target-path     - Target path, defaults to project :target
  :resource-paths  - Seq of resource paths, defaults to project :resource-paths
  :manifest-path   - If set, generates an edn file with resource information

Options are read under key :gzip-resources in project.clj
raw docstring

length->strclj

(length->str length)

regular-file?clj

(regular-file? file)

relative-pathclj

(relative-path base file)

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

× close