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

Support watchify pipe output option #9

Closed
Izhaki opened this issue Jul 11, 2016 · 1 comment
Closed

Support watchify pipe output option #9

Izhaki opened this issue Jul 11, 2016 · 1 comment

Comments

@Izhaki
Copy link

Izhaki commented Jul 11, 2016

The watchify docs say:

--outfile=FILE, -o FILE

This option is required. Write the browserify bundle to this file. If
the file contains the operators `|` or `>`, it will be treated as a
shell command, and the output will be piped to it.

Problem is that if you provide the outputfile something like the examples given

-o 'exorcist static/bundle.js.map > static/bundle.js'

globify does not recognise it as such and creates a folder instead.

@JamesMessinger
Copy link
Member

This is related to Issue #11, since supporting output to stdout would also support piping to other programs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants