untyped / sbt-plugins

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

Publish for sbt 0.11.2 #2

Closed lespea closed 12 years ago

lespea commented 12 years ago

Hello, I was wondering if you were planning on publishing your plugins for sbt 0.11.2.

davegurnell commented 12 years ago

Hi Adam,

Not in the near future. All of our projects are still on 0.11.0 and 0.11.1. I haven't started looking at the differences between 0.11.1 and 0.11.2, so I don't know how much work it will be to update them.

If you know what needs to be updated, please feel free to patch the code and issue a pull request. Otherwise, I expect it'll be a couple of weeks before I start looking at this.

Best regards,

-- Dave

On 15 Jan 2012, at 00:27, Adam Lesperance wrote:

Hello, I was wondering if you were planning on publishing your plugins for sbt 0.11.2.


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

lespea commented 12 years ago

I had tried to do some changes but I'm not very experienced in sbt plugin development and stopped out of frustration... I'm not sure what was breaking :(

I was more just curious so I'll just wait until you have time to update it. Thanks for the update!

davegurnell commented 12 years ago

Hi Adam,

I've just pushed SBT 0.11.2-compatible versions of the plugins to the Untyped repo. I've tried them on one of our projects and they seem to work ok. Let me know if you have any issues.

Also, if you're using Lift and you haven't had a look at sbt-runmode, it should save you some time. I've written a README for it now so it's not quite so opaque:

https://github.com/untyped/sbt-plugins/tree/master/sbt-runmode

Best regards,

-- Dave