Liking cljdoc? Tell your friends :D

cryogen-core.sass


compass-installed?clj

(compass-installed? compass-path)

Checks for the installation of Compass.

Checks for the installation of Compass.
sourceraw docstring

compile-sass->css!clj

(compile-sass->css! {:keys [sass-src sass-dest sass-path ignored-files base-dir]
                     :as opts})

Given a directory sass-src, looks for all sass files and compiles them into sass-dest. Prompts you to install sass if he finds sass files and can't find the command. Shows you any problems it comes across when compiling.

Given a directory sass-src, looks for all sass files and compiles them into
sass-dest. Prompts you to install sass if he finds sass files and can't find
the command. Shows you any problems it comes across when compiling. 
sourceraw docstring

compile-sass-file!clj

(compile-sass-file! {:keys [sass-src sass-dest sass-path compass-path
                            base-dir]})

Given a sass file which might be in sass-src directory, output the resulting css in sass-dest. All error handling is done by sh / launching the sass command.

Given a sass file which might be in sass-src directory,
output the resulting css in sass-dest. All error handling is
done by sh / launching the sass command.
sourceraw docstring

find-sass-filesclj

(find-sass-files base-dir dir ignored-files)

Given a Diretory, gets files, Filtered to those having scss or sass extention. Ignores files matching any ignored regexps.

Given a Diretory, gets files, Filtered to those having scss or sass
extention. Ignores files matching any ignored regexps.
sourceraw docstring

sass-installed?clj

(sass-installed? sass-path)

Checks for the installation of Sass.

Checks for the installation of Sass.
sourceraw docstring

shcljmacro

(sh & args)
source

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

× close