Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow passing through unrecognized options to underlying module. #138

Open
Jeremy-Walton opened this issue Sep 26, 2014 · 0 comments
Open

Comments

@Jeremy-Walton
Copy link

For instance, if I create a Browserify asset, I should be able to pass in any Browserify option to the asset. If it is unrecognized by the asset, it should be passed to Browserify directly.

In my situation, I want to use the Browserify 'path' option which lets you specify the root of your project. That way, when you use require(), you can use the absolute path instead of relative paths. Using rack assets doesn't allow me to use this option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant