arboleya / coffee-toaster

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

Using Toaster with CoffeeScriptRedux bin #60

Open kisPocok opened 11 years ago

kisPocok commented 11 years ago

Hi,

I would like to use CoffeeScriptRedux (need sourcemap), but I really love Toaster builder! Is it possible to use both of them?

link: https://github.com/michaelficarra/CoffeeScriptRedux/ install: http://ryanflorence.com/2012/coffeescript-source-maps/

Thanks, D.

arboleya commented 11 years ago

I had planned on adding redux and source maps support in toaster.

I didn't have time to see it deeply but for now, I'm refactoring toaster from the ground up to make it modular with AMD signature model for web.

Problem is I found redux is changing paths while implementing a so called better coffeescript compiler: https://github.com/michaelficarra/CoffeeScriptRedux/issues/45

I need to look it more closely to see what can be done about it.

arboleya commented 11 years ago

@kisPocok 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, tough through the the default CoffeeScript compiler instead of Redux.