thlorenz / browserify-shim

📩 Makes CommonJS incompatible files browserifyable.
MIT License
933 stars 87 forks source link

Update the docs with the order of transforms #160

Closed silvenon closed 9 years ago

silvenon commented 9 years ago

Whew, it took me a while to figure out what I'm doing wrong, I hope this will help someone else.

Did I write it correctly? I'm new to Browserify.

bendrucker commented 9 years ago

I'd phrase it like this instead:

Browserify transforms are run in order and may modify your source code along the way. You'll typically want to include browserify-shim last.

silvenon commented 9 years ago

Great :+1: Updated.

bendrucker commented 9 years ago

Great. @thlorenz this cool with you?

thlorenz commented 9 years ago

LGTM, please merge to master. However an npm publish is not needed at this point.

bendrucker commented 9 years ago

Merged as 50f17793d236677a4e0664525a8311ae0d527458