softprops / less-sbt

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

Version number of less in less-sbt less than official less version #20

Closed jrudolph closed 12 years ago

jrudolph commented 12 years ago

Probably because last rhino compatible less version is less than the latest official less version. Not nice. Need the bugfixes...

softprops commented 12 years ago

Can you submit a bug request for the less.js project? I am using the latest rhino compatible version, less-rhino.1.1.5 - https://github.com/cloudhead/less.js/tree/master/dist. If you really need it I'll try and see what the sources changes are between the two and merge it into my copy. I already have some contributions from others made locally to the script I have. Was there a particular bug in lesscss you had in mind?

jrudolph commented 12 years ago

Yes, the one that triggered #19: You couldn't use variables when calling functions or something like that.

jrudolph commented 12 years ago

And yes I've looked into the less issue tracker but that's a mess in there and I'm not sure if piling on will lead anywhere. If I can bring myself to file the issue I will post it here. Maybe we can keep this issue as a reminder that we were lagging behind the official version.

softprops commented 12 years ago

All good stuff to look into this weekend :) yay. Maybe I ran roll up my sleeves and really learn less's compiler :)

softprops commented 12 years ago

using 1.3.0 in master

jrudolph commented 12 years ago

Excellent. We were recently occupied with different things, but it's good to know that we can rely on the new version once we get back to it.

softprops commented 12 years ago

awesome. I got in some nice error reporting based on your suggestions in the latest release to. checkout the release notes