hsume2 / browserify-rails

Deprecated https://github.com/browserify-rails/browserify-rails
MIT License
57 stars 11 forks source link

Configuration for command line options #14

Closed lukaszsagol closed 10 years ago

lukaszsagol commented 10 years ago

Option to configure command line options used when running browserify command. Really useful for people who are using transforms when bundling with browserify, but can be handy in many other situations.

Tests included.

hsume2 commented 10 years ago

@zgryw thanks for working on this. I just merged a separate PR (https://github.com/hsume2/browserify-rails/pull/12) which is causing conflicts with your PR. I'm guessing the conflicts are mostly in the Readme. Can you rework this PR? And I'll see about getting it merged. Thanks!

lukaszsagol commented 10 years ago

Sure!

Merged master into my branch, made the style fixes mentioned by @CQQL and fixed tests to work with changes introduced by #12

hsume2 commented 10 years ago

Awesome, this looks great, thanks @zgryw!