Closed drewolson closed 5 years ago
I'm not quite sure how to get CI passing as bower
is complaining about conflicting dependency versions. Tests passed locally for me after running bower install
.
Thanks for the PR, but I don't think I want to add this, as I'd like to deprecate pulp browserify
; see #365. If you need specific arguments to be passed to a JS bundling tool then I'd recommend just running pulp build
and then invoking browserify
on the output
directory directly.
Makes sense, thanks for the feedback. I'll close this.
This PR allows passing the
node
option topulp browserify
. This is useful when building a bundle for running on node.I was unsure about the testing strategy for new features as the integration suite does not seem comprehensive for the
browserify
command.