An Attempt To Use Browserify
wiredcraft.com
An Attempt To Use Browserify
1–10 of 15 posts
Re: An Attempt To Use Browserify
#2Re: An Attempt To Use Browserify
#3The title is a bit misleading. Only a small part of the article mentions Browserify. I was hoping for the authors take on the struggles and efficiencies, as I'm at the point where I need to make the decision to use Browserify for my companies client heavy apps.
Re: An Attempt To Use Browserify
#4The title is a bit misleading. Only a small part of the article mentions Browserify. I was hoping for the authors take on the struggles and efficiencies, as I'm at the point where I need to make the decision to use Browserify for my companies client heavy apps.
I'd be happy to answer any questions concerns you may have, I've had some decent experience with Browserify and I've loved it.
My main concern is non-CommonJS libraries. I haven't really had any luck with any of the Browserify shim modules out there. Any jQuery plugin that I've used with Browserify I ended up modifying myself to support CommonJS. Even then, I'm not sure I was doing it right.
Any insight?
Re: An Attempt To Use Browserify
#5Re: An Attempt To Use Browserify
#6Er ... "I can now grab the user's webcam stream, generate a GIF, and let the user download or share it on an image hosting platform. And all of this is done in the front-end using a lightweight interface!" ... that's 3 lines (sorry: 4) of native JS, we need node-modules for this?
Re: An Attempt To Use Browserify
#7Earlier quoted context omitted.
I'd be happy to answer any questions concerns you may have, I've had some decent experience with Browserify and I've loved it.
Thanks for the offer! My main concern is non-CommonJS libraries. I haven't really had any luck with any of the Browserify shim modules out there. Any jQuery plugin that I've used with Browserify I ended up modifying myself to support CommonJS. Even then, I'm not sure I was doing it right. Any insight?
Re: An Attempt To Use Browserify
#8Er ... "I can now grab the user's webcam stream, generate a GIF, and let the user download or share it on an image hosting platform. And all of this is done in the front-end using a lightweight interface!" ... that's 3 lines (sorry: 4) of native JS, we need node-modules for this?
you can generate a gif with native js?
Re: An Attempt To Use Browserify
#9Earlier quoted context omitted.
I'd be happy to answer any questions concerns you may have, I've had some decent experience with Browserify and I've loved it.
Thanks for the offer! My main concern is non-CommonJS libraries. I haven't really had any luck with any of the Browserify shim modules out there. Any jQuery plugin that I've used with Browserify I ended up modifying myself to support CommonJS. Even then, I'm not sure I was doing it right. Any insight?
Re: An Attempt To Use Browserify
#10The title is a bit misleading. Only a small part of the article mentions Browserify. I was hoping for the authors take on the struggles and efficiencies, as I'm at the point where I need to make the decision to use Browserify for my companies client heavy apps.