Liking cljdoc? Tell your friends :D

com.yetanalytics.sassenach


-mainclj

(-main input-path output-path & add-watch-paths)

compile!clj

(compile! input-path output-path & {:as opts})

Compile SASS file(s) to css. Input path is the root Sass file, output path is the compiled CSS file. No arg version attempts to read config from sass.edn in project root.

Compile SASS file(s) to css. Input path is the root Sass file, output path is
the compiled CSS file. No arg version attempts to read config from sass.edn
in project root.
raw docstring

input->watch-pathsclj

(input->watch-paths input-path)

Given an input SCSS file, infer the :paths key for Hawk

Given an input SCSS file, infer the :paths key for Hawk
raw docstring

time-mscljmacro

(time-ms expr)

watch-compileclj

(watch-compile input-path output-path & add-watch-paths)

Compiles input-path to output-path. Returns a function that stops the watch.

Compiles input-path to output-path.
Returns a function that stops the watch.
raw docstring

wrap-main!clj

(wrap-main! main-var input-path output-path & add-watch-paths)

Wrap a -main function (for instance, #'figwheel.main/-main) so that a watch starts when it starts, and terminates when it terminates.

Wrap a -main function (for instance, #'figwheel.main/-main) so that a watch
starts when it starts, and terminates when it terminates.
raw docstring

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

× close