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

Remove Jetty dependency in lib/bento.js #1

Open
ghost opened this issue Jan 23, 2013 · 0 comments
Open

Remove Jetty dependency in lib/bento.js #1

ghost opened this issue Jan 23, 2013 · 0 comments
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Jan 23, 2013

This is a bit of a hack

var Jetty       = require("jetty");

var Bento = module.exports = function Bento(config) {
  _.defaults(this, config);

  // hack: The only reason we need this is for apps that don't utilize
  //       the full screen. An alternative solution might be to simply have
  //       one of the components call a nuke, but no component should be
  //       responsible for the whole screen.
  new Jetty(process.stdout).nuke();
};
@ghost ghost assigned deoxxa Jan 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant