arboleya / coffee-toaster

Minimalist build system for CoffeeScript.
114 stars 23 forks source link

source maps support #61

Open G3z opened 11 years ago

G3z commented 11 years ago

Since Source Maps are now available in the default compiler ( http://coffeescript.org/#source-maps ) how about enabling them in coffee-toaster?

arboleya commented 11 years ago

Definitely, it's on the line.

G3z commented 11 years ago

yesterday i updated coffee-script to versions 1.6.x and i noticed all the toaster.coffe files must be updated FROM

toaster 'src'

TO

toaster 'src',

Hopefully this week i'll send you a pull request with SrcMaps:)

arboleya commented 11 years ago

Nice :)

Btw, are you aware of the most recent active branch?

Lots of things must to be changed to accomplish modular and parallel loading of scripts with the help of tools such as RequireJS or cURL. The thing is in process, I hope I can finish it in no more than two weeks.

arboleya commented 11 years ago

@G3z Hi, I just want to tell you that I'm discontinuing Toaster in favor of it's new fork named Polvo.

More info here:

https://github.com/serpentem/coffee-toaster https://github.com/serpentem/coffee-toaster/wiki

NOTE: Source Maps is supported in Polvo.