(compass-installed? compass-path)
Checks for the installation of Compass.
Checks for the installation of Compass.
(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.
(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.
(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.
(sass-installed? sass-path)
Checks for the installation of Sass.
Checks for the installation of Sass.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close