gobblejs / gobble

The last build tool you'll ever need
333 stars 20 forks source link

Drop esperanto and bump deps #90

Closed heavyk closed 8 years ago

heavyk commented 8 years ago

hi @Rich-Harris,

I maintain this version of gobble because I use it to build our code and we need graceful-fs, but--

I wanted to contribute the changes back even though it doesn't merge.

I dropped esperanto in favour of babel. (I tried rollup but there were things ... first, no .dirs could be used, so I upgraded to the master of rollup then I had another weird thing, then sorcery is using an older api or something and the write function wasn't found on null).

turns out it was easier to do it this way. cheers

Rich-Harris commented 8 years ago

Thanks – I pulled these changes and then switched to rollup (or more accurately rollup-babel) on top of them. A couple of headaches, as you found, plus sourcemaps are missing pending a fix to this issue, but I like bundling the code because it means a faster startup time

heavyk commented 8 years ago

oh nice! I will check out this hybrid animal, rollup-babel. it sounds like a beast.

(I like rollup's efficiency, and we don't use sourcemaps anyway)