softprops / coffeescripted-sbt

pour some coffee for scala
MIT License
55 stars 5 forks source link

Consider to add IcedCoffee rather than normal Coffeescript? #11

Closed PhilAndrew closed 12 years ago

PhilAndrew commented 12 years ago

As here: http://maxtaco.github.com/coffee-script/

Any chance to add this? Thanks!

softprops commented 12 years ago

I saw that go by my radar the other day. If it has a standalone compiler like coffeescript I was thinking about adding a new coffee setting, iced which when true, would use that compiler otherwise use the default coffeescript compiler.

softprops commented 12 years ago

Looks like it does. I'll have a look tonight, there was also another nice patch someone submitted which should make coffee compilation faster by sharing one compiler instance per sbt session. Both will this and that would probably go in the same release. Good stuff

softprops commented 12 years ago

Looks very nice and was trival to add support for. See the iced branch. I'll do a new release 1.2.2 tomorrow evening which includes the other coffee compiler optimization. Thanks for taking the interest!

PhilAndrew commented 12 years ago

Hi there Doug, thanks, that's useful!

softprops commented 12 years ago

The maintainer seems to be doing releases daily t o fix bugs, meaning that it may not be stable yet. I'm going to wait a few days to see if it does calm down.

softprops commented 12 years ago

incorporated in http://implicit.ly/coffeescripted-sbt-022