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

Port to Node #61

Closed
wants to merge 8 commits into from
Closed

Port to Node #61

wants to merge 8 commits into from

Conversation

steel
Copy link
Member

@steel steel commented Jun 11, 2016

Issue: #58

Still missing:

Sample usage:

$ node
> Firehose = require("./javascript/index.js")

Or, if referenced via package.json

Firehose = require "firehose-client"

Jasmine specs

$ npm run test

@@ -0,0 +1,5 @@
window.$ = window.jQuery = require "jquery"

$(window)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does webpack provide the window object?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not certain if this is correct, not got mobile to run yet to see how the webpack build works. We may not need this, as it should be running in the browser context

@steel
Copy link
Member Author

steel commented Jun 17, 2016

Moved everything over to https://github.com/firehoseio/js_client and published 1.0

@steel steel closed this Jun 17, 2016
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

Successfully merging this pull request may close these issues.

3 participants