You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: