Liking cljdoc? Tell your friends :D

optimus.optimizations.minify


clean-cssclj

The clean-css source code, free of dependencies and runnable in a stripped context

The clean-css source code, free of dependencies and runnable in a
stripped context
raw docstring

looks-like-already-minifiedclj

(looks-like-already-minified contents)

Files with a single line over 5000 characters are considered already minified, and skipped. This avoid issues with huge bootstrap.css files and its ilk.

Files with a single line over 5000 characters are considered already
minified, and skipped. This avoid issues with huge bootstrap.css files
and its ilk.
raw docstring

minify-cssclj

(minify-css css)
(minify-css css options)
(minify-css engine css options)

minify-css-assetclj

(minify-css-asset engine asset options)

minify-css-assetsclj

(minify-css-assets assets)
(minify-css-assets assets options)

minify-jsclj

(minify-js js)
(minify-js js options)
(minify-js engine js options)

minify-js-assetclj

(minify-js-asset engine asset options)

minify-js-assetsclj

(minify-js-assets assets)
(minify-js-assets assets options)

normalize-line-endingsclj

(normalize-line-endings str)

prepare-clean-css-engineclj

(prepare-clean-css-engine)

Minify CSS with the bundled clean-css version

Minify CSS with the bundled clean-css version
raw docstring

prepare-uglify-engineclj

(prepare-uglify-engine)

uglifyclj

The UglifyJS source code, free of dependencies and runnable in a stripped context

The UglifyJS source code, free of dependencies and runnable in a
stripped context
raw docstring

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

× close