softprops / less-sbt

type less css in your sbt projects
Other
45 stars 18 forks source link

Minifier doesn't work #35

Closed max-preuschen closed 11 years ago

max-preuschen commented 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.

softprops commented 11 years ago

This sounds like a regression bug. I'll have a look.

softprops commented 11 years ago

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