mikew / browserify-brunch

Brunch + Browserify
10 stars 7 forks source link

Update browserify dependency version #11

Open Immortalin opened 8 years ago

rstacruz commented 7 years ago

:+1: — why is it locked to < 12?

rstacruz commented 7 years ago

and any work needed to be done to upgrade it to support browserify@13? lemme know and i'd love to help!

mikew commented 7 years ago

I'm not entirely sure what work, if any, would need to happen for browserify@13. I'm not actively using browserify-brunch, but will gladly accept PRs while looking for a maintainer.

rstacruz commented 7 years ago

Curious, what do you use now @mikew?

On Mon, Sep 19, 2016, 12:21 PM mikew notifications@github.com wrote:

I'm not entirely sure what work, if any, would need to happen for browserify@13. I'm not actively using browserify-brunch, but will gladly accept PRs while looking for a maintainer.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mikew/browserify-brunch/issues/11#issuecomment-247909142, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEikWdB_TUvOhGq-_h5upizqt-haaCIks5qrg21gaJpZM4Gndu- .

mikew commented 7 years ago

I wrote a system called Parched, which is the ideas behind Brunch built on top of Gulp, using Browserify and BrowserSync. It supports source maps, hot module loading, all that good stuff.

https://github.com/bravenewworlddev/parched-example-app https://github.com/bravenewworlddev/parched-tasks-webapp https://github.com/bravenewworlddev/parched

eloyesp commented 6 years ago

@mikew could you add a note with a link in the readme about parched?