Liking cljdoc? Tell your friends :D

leiningen.sass


compile-assetsclj

(compile-assets files target source)
source

compile-fileclj

(compile-file file relative-input-path output-file-name)
source

compiled?clj

source

drop-common-prefixclj

(drop-common-prefix dir-path file-path)
source

engineclj

source

escape-charsclj

(escape-chars text)
source

ext-sass->cssclj

(ext-sass->css file-name)
source

find-assetsclj

(find-assets f ext)
source

handle-importsclj

(handle-imports files)
source

importer-callbackclj

(importer-callback files)

Hook into the compilation process to process Sass's @import calls

Hook into the compilation process to process Sass's @import calls
sourceraw docstring

name->bare-nameclj

(name->bare-name file)

Given a file starting with an underscore and having a file extension, returns the name only (e.g. '_foo.scss' -> 'foo')

Given a file starting with an underscore and having a file extension, returns the name only (e.g. '_foo.scss' -> 'foo')
sourceraw docstring

register-events!clj

(register-events! dir watch-service)
source

register-files-for-importclj

(register-files-for-import files)

sass.js emulates a file system in memory. So files that are imported (files starting with an underscore) needs to be registered with the in memory file system.

sass.js emulates a file system in memory. So files that are imported (files starting with an underscore)
needs to be registered with the in memory file system.
sourceraw docstring

relative-pathclj

(relative-path dir-path file-path)
source

sassclj

(sass {{:keys [source target]} :sass} & opts)
source

watchclj

(watch path handler)
source

watch-loopclj

(watch-loop watch-service handler)
source

watch-threadclj

(watch-thread path handler)
source

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

× close