tooling / book-of-modern-frontend-tooling

The Front-end Tooling Book
http://tooling.github.io/book-of-modern-frontend-tooling/
2.53k stars 177 forks source link

A start on Browserify #50

Closed jackfranklin closed 10 years ago

jackfranklin commented 10 years ago

It's not much, but it's a start! Got more to come so feel free to leave this open and I'll keep pushing stuff as I write it and people give me feedback too.

jackfranklin commented 10 years ago

Should now be merge-able following that conflict fix. Anyway, feedback please and I'll keep writing more hopefully over the next few days :)

addyosmani commented 10 years ago

@jackfranklin Appreciate you making a start on this! Absolutely fine to follow up and iterate as time allows. We're happy for this content to be landing :)

jackfranklin commented 10 years ago

@bclinkinbeard I actually agree, since writing this I've been taking this approach a bit more myself. @addyosmani what do you reckon? We could always mention both?

addyosmani commented 10 years ago

I think we could mention both.

sindresorhus commented 10 years ago

But yeah, local should be preferred. If you put the browserify in package.json=>scripts it will be put in the path without having to modify it when you do npm run browserify.