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

Fixup BROWSERIFY_BINARY default #19

Merged
merged 2 commits into from
Jan 11, 2017
Merged

Conversation

natevw
Copy link
Collaborator

@natevw natevw commented Jan 10, 2017

My last pull request introduced a bug with the default BROWSERIFY_BINARY, since with the new simple_execute_command it doesn't work to pass the "env browsersify" as the first command argument — technically "env" would need to be the command and "browserify" would need to be the first argument.

Rather than trying to handle that situation with "/usr/bin/env browserify", I've simply made the default be "browserify" instead and the same behavior should result. I'm hopeful this will also fix #17 for Windows users who have browserify in their path.

(This also adds documentation for BROWSERIFY_BINARY too.)

…h new simple_execute helper and hopefully on Windows fixing j0hnsmith#17 too
…, showing a compiler error instead of a somewhat cryptic 500
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

Successfully merging this pull request may close these issues.

Suggestion add some note about BROWSERIFY_BINARY
2 participants