-
Notifications
You must be signed in to change notification settings - Fork 68
fix pathFilter for alt browser field #58
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
Conversation
@@ -180,17 +180,17 @@ function build_resolve_opts(opts, base) { | |||
if(mappedPath) { | |||
return mappedPath; | |||
} | |||
if(!info.browser) { | |||
|
|||
var replacements = info[browser]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
syntax isssue
Please add tests so it is not broken again; then I will merge. |
added missing tests. "deep module reference mapping (alt-browser)" detects the overlooked pathFilter bug. also some style fixes, and added .jscsrc, idk if you want that in here |
What's with all the changes to the test fixtures? |
added "chromeapp" fields to various package.json's, added files "chromeapp" fields pull in, to differentiate from the ones pulled in by "browser" fields |
i'm starting to think separate tests for an alt browser field are unnecessary, so I wouldn't merge this if I were you. In fact the previous tests I added should be scrapped too, as "browser" is now nothing more than a default. |
K, so can we make just a test for the issue this is fixing? On Friday, March 27, 2015, Mark Vayngrib notifications@github.com wrote:
|
added, my bad dragging this out |
fix pathFilter for alt browser field
Thanks for being vigilant and following up! Fix is out in 1.8.2 |
oops, missed this one the first time around. Browserify's tests unearthed it