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

factor-bundle example is creating empty outputs #330

Closed
damcard opened this issue May 14, 2015 · 2 comments
Closed

factor-bundle example is creating empty outputs #330

damcard opened this issue May 14, 2015 · 2 comments

Comments

@damcard
Copy link

damcard commented May 14, 2015

I did a clone of the project, npm install in the root and in the examples/factor-bundle dir. When I run grunt in the factor-bundle example, the x.js and y.js in public only contains ''require=". When I run the command 'browserify client/x.js client/y.js -p [ factor-bundle -o public/x.js -o publicy.js ] -o public/common.js' it works fine. I cannot figure out why it does not work through grunt. Any help is appreciated.

@damcard
Copy link
Author

damcard commented May 14, 2015

After updating node/npm, this issue seem to go away.

@damcard damcard closed this as completed May 14, 2015
@jjgonecrypto
Copy link
Contributor

Ugh - getting the same thing - factor-bundle is somehow being interrupted before it finishes writing the output. Sometimes require= and sometimes a full line ending with an open brace. Works fine with browserify-cli but not with grunt-browserify. Reproduced to have no options. @damcard which version of node did you end up on?

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

No branches or pull requests

2 participants