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
Actually, this makes me realize an issue with #18 in that the default BROWSERIFY_BINARY will probably no longer work with the way I'm handling the commands :-/
Seems the solution to both the issue on Windows and the one I introduced would be to simply use 'browserify' as the default? It has to be in the PATH anyway for env to find it, so I don't see any advantage in the indirection, and as you've found there's downsides for cross-platform compatibility.
natevw
added a commit
to natevw/django-pipeline-browserify-patches
that referenced
this issue
Jan 10, 2017
Hi. Thanks for project.
Default value of
BROWSERIFY_BINARY
isWhich will not work on Windows. So may be it is good idea to mention about
BROWSERIFY_BINARY
option in readme.The text was updated successfully, but these errors were encountered: