Skip to content

[WIP] Convert to bundles directory structure #171

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

Merged
merged 2 commits into from
Dec 7, 2015

Conversation

josiasds
Copy link
Member

@josiasds josiasds commented Dec 6, 2015

Work with @MaMute to get #154 working.

Update react_on_rails gem to 1.1.1
Create /bundles/Comments folder structure
Update webpack config files to bundles directory structure
Rename /stores folder to /store
Fix getDOMNode() warning on CommentForm.jsx

Create `/bundles/Comments` folder structure
Update webpack config files to reflect the change
Rename stores folder to store
Fix components path in specs
Fix `getDOMNode` warning on `CommentForm.jsx`
author: this.refs.inlineAuthor.getDOMNode().value,
text: this.refs.inlineText.getDOMNode().value,
author: this.refs.inlineAuthor.value,
text: this.refs.inlineText.value,
Copy link
Member Author

Choose a reason for hiding this comment

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

This fixes a warning from React 0.14.

Copy link
Member

Choose a reason for hiding this comment

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

nice!

@justin808
Copy link
Member

LGTM!

justin808 added a commit that referenced this pull request Dec 7, 2015
[WIP] Convert to bundles directory structure
@justin808 justin808 merged commit 22f4f2e into master Dec 7, 2015
@justin808 justin808 deleted the use-bundles-folder-structure branch December 7, 2015 02:11
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.

2 participants