duojs / duo

A next-generation package manager for the front-end
3.42k stars 118 forks source link

Upgrading step.js #440

Closed dominicbarnes closed 9 years ago

dominicbarnes commented 9 years ago

I've noticed that step.js has been updated and has some great new features! The API changed pretty drastically... so @MatthewMueller please review this and let me know what you think. (tests pass!)

matthewmueller commented 9 years ago

Actually, I think we want to replace step.js with ware. This was before some of the changes made to ware. Basically we don't want a plugin changing the return value, which is what ware does. Step is more of a transformation pipeline, while ware is a middleware pipeline.