untyped / sbt-plugins

SBT plugins for Javascript, Coffeescript, LESS, SASS, and Mustache compilation
73 stars 23 forks source link

Less 1.3.0 #10

Closed btd closed 12 years ago

btd commented 12 years ago

Hello again.

Can you please update version of less? You can do this with http://www.envjs.com/ (i used for this https://github.com/marceloverdijk/lesscss-java/blob/master/src/main/java/org/lesscss/LessCompiler.java). I think that this dont broke other versions.

Thanks, Denis

davegurnell commented 12 years ago

Hi Denis,

0.4-SNAPSHOT on repo.untyped.com currently supports 1.5.0 and 1.3.0. What version do you need?

-- Dave

On 7 Apr 2012, at 13:14, Denis Bardadym wrote:

Hello again.

Can you please update version of less? You can do this with http://www.envjs.com/ (i used for this https://github.com/marceloverdijk/lesscss-java/blob/master/src/main/java/org/lesscss/LessCompiler.java). I think that this dont broke other versions.

Thanks, Denis


Reply to this email directly or view it on GitHub: https://github.com/untyped/sbt-plugins/issues/10

btd commented 12 years ago

In current master i only see this (maybe you mean 1.1.3 and 1.1.5?):

1.3.0 is a latest less version.

heralight commented 12 years ago

Hi Denis,

I used your idea to add support to less 1.3, look at my pull request https://github.com/untyped/sbt-plugins/pull/11

best regards,

davegurnell commented 12 years ago

All changes merged in to 0.4-SNAPSHOT on the master branch.