Closed max-preuschen closed 11 years ago
Hi,
I encountered a problem with the less minifier.
I set (LessKeys.mini in (Compile, LessKeys.less)) := true in my build definition (after including the lessSettings).
When I type less::mini into SBT-console, it get the result [info] true
But yet the compiled CSS isn't minified at all. Apparently there is no difference in the compile CSS, whether mini is true or false.
How is the minifier supposed to work?
I'm using sbt.version = 0.13.0 and less-sbt 0.2.1
Cheers, Max.
This sounds like a regression bug. I'll have a look.
fixed. was def a bug. see the release notes here. Note I am slowly moving all my plugins over to bintray this is the first release of less-sbt I'm pushing there
Hi,
I encountered a problem with the less minifier.
I set (LessKeys.mini in (Compile, LessKeys.less)) := true in my build definition (after including the lessSettings).
When I type less::mini into SBT-console, it get the result [info] true
But yet the compiled CSS isn't minified at all. Apparently there is no difference in the compile CSS, whether mini is true or false.
How is the minifier supposed to work?
I'm using sbt.version = 0.13.0 and less-sbt 0.2.1
Cheers, Max.