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

Flux integration #27

Closed
wants to merge 17 commits into from
Closed

Flux integration #27

wants to merge 17 commits into from

Conversation

mbreining
Copy link
Member

@justin808 Please review. I added support for Flux (https://github.com/goatslacker/alt). The functionality remains the same.

Note that the latest master has been merged into this branch.

Also note that the alt library does not get installed by npm install although it is defined in package.json. I suspect there is a dependency conflict somewhere, although I would expect npm to error out. I didn't get a chance to investigate so for now I'm installing it manually cd client && npm install alt.

const rawMarkup = marked(this.props.text);
return (
<div className="comment">
<h2 className="commentAuthor foobar">
Copy link
Member

Choose a reason for hiding this comment

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

foobar?

@mbreining mbreining force-pushed the feature/flux_integration branch 2 times, most recently from 769c6d3 to d2952c2 Compare April 6, 2015 01:36
@fredericgrati
Copy link

I have the following error when I tried to go on localhost:4000

Uncaught Error: Cannot find module "../actions/FormActions"

Everything works fine on localhost:3000.

Thx for your alt integration. Awesome work !

@mbreining
Copy link
Member Author

@fredericgrati This PR is no longer valid. I will close it shortly. Check out PR #28 instead. Thanks.

@mbreining mbreining closed this Apr 8, 2015
@mbreining mbreining deleted the feature/flux_integration branch April 26, 2015 18:15
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.

None yet

3 participants