8000 Releases · jimmysawczuk/less-tree · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: jimmysawczuk/less-tree

Signed MacOS binaries

25 Feb 02:28
Compare
Choose a tag to compare
v1.7.1

Bump go version for signed Mac binaries

v1.7.0: Tokenizer bug fix

19 May 14:51
Compare
Choose a tag to compare

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

16 Jan 18:35
Compare
Choose a tag to compare

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

20 Jun 19:51
Compare
Choose a tag to compare

Fixes an issue with LESS files that use non-local (i.e. fully qualified URL) imports.

Missing .css files fix

25 Apr 17:59
Compare
Choose a tag to compare

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

13 Apr 01:00
Compare
Choose a tag to compare

Fixes an issue with displaying skipped directories in verbose output.

v1.5.1

09 Apr 02:27
Compare
Choose a tag to compare

Fixes an issue with changing just style rules in output LESS files.

v1.5.0

06 Apr 15:17
Compare
Choose a tag to compare

Better and more intelligent caching.

v1.4.0

28 Mar 16:58
Compare
Choose a tag to compare
Adding a header to the top of generated CSS files which lets us cache…
0