carrot / roots-browserify

Roots v3 extension that uses browserify as a javascript pipeline
Other
21 stars 8 forks source link

browserify v6.x upgrade #5

Closed hhsnopek closed 9 years ago

hhsnopek commented 9 years ago

Looking at the docs they have moved .deps into .pipline which is controlled by module-deps, with this you can use methods like .get, .push, .unshift, & .splice

jescalan commented 9 years ago

Yup, was working on this before -- if you can figure out how to implement this that would be awesome! Otherwise I'll get to it eventually.

hhsnopek commented 9 years ago

I'm unsure of how to upgrade this with the current setup... I think we'll have to cut that promise out where we are creating the stream, or do some magic on that stream with the promise

hhsnopek commented 9 years ago

browserify 5.x has passed by; time to use v6.x :grinning:

hhsnopek commented 9 years ago

woot! :confetti_ball: