-
Notifications
You must be signed in to change notification settings - Fork 77
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
options to watchify #129
Comments
$ bankai -j [ --plugin browserify-livereload ] switching out the usual as far as passing subargs through to the plugin itself, I'm out of luck with this: $ bankai -j [ --plugin [ browserify-livereload --outfile=tmp.js ] ] browserify cannot find the plugin should work for a simple no-opt transform/plugin though. |
Yeah, we should alias the -p and -t flags to --plugin and --transform
respectively. The browserify JS API fails to understand them. Patch would
be very welcome!
…On Thu, May 11, 2017 at 8:45 AM Kasper Lewau ***@***.***> wrote:
$ bankai -j [ --plugin browserify-livereload ]
switching out the usual -p flag for --plugin made it "work" on my end.
as far as passing subargs through to the plugin itself, I'm out of luck
with this:
$ bankai -j [ --plugin [ browserify-livereload --outfile=tmp.js ] ]
browserify cannot find the plugin [object Object].
should work for a simple no-opt transform/plugin though.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACWlejmVY1lpD1z2Fo5jan6nPRx8YayIks5r4q6AgaJpZM4MGbsC>
.
|
closing since we don't have cli args anymore in v9. #359 is about using custom plugins in v9. thanks & happy new year! 🎆 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to plug in https://github.com/traducer/browserify-livereload but don't see an easy way to get options to watchify.
The text was updated successfully, but these errors were encountered: