Releases: jimmysawczuk/less-tree
Signed MacOS binaries
v1.7.1 Bump go version for signed Mac binaries
v1.7.0: Tokenizer bug fix
There was a crippling bug that wasn't enabling less-tree to find all @import
directives and process them correctly. This is fixed.
v1.6.0
less-tree is now smarter about finding lessc
and cssmin
. If a path isn't provided, it'll first check ./node_modules/.bin/(lessc|cssmin)
, then $PATH/(lessc|cssmin)
, only failing if none of those resolve. This release also contains some behind-the-scenes code quality improvements.
v1.5.4
Fixes an issue with LESS files that use non-local (i.e. fully qualified URL) imports.
Missing .css files fix
Fixes an issue that would cause less-tree to skip unchanged .less files even if the corresponding .css or .min.css file was missing entirely.
v1.5.2
Fixes an issue with displaying skipped directories in verbose output.
v1.5.1
Fixes an issue with changing just style rules in output LESS files.
v1.5.0
Better and more intelligent caching.
v1.4.0
Adding a header to the top of generated CSS files which lets us cache…