-
Notifications
You must be signed in to change notification settings - Fork 801
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
Blog post: Configure Webpack Dev Server and React Hot Loader with Ruby on Rails #67
Comments
That's amazing! I'll figure out the docs structure and will add it! |
Nice post @kevinold , very clear.
But I cannot see the http://localhost:8080/assets/App_wp_bundle.js or where it's created. |
I don't know about Rails, but just to clarify: WebpackDevServer doesn't actually create any files, it serves them from memory. |
Thanks @gaearon for the clarification. Yes since the host where it's served is not working, seems to be something related to the environment I'm running this. |
@kevinold this is amazing. Thanks for the writeup! |
@kevinold Great article! I actually spent several hours trying to set it up until I found your post. One note though, if |
Hi @gaearon,
I wrote the following blog post after figuring out how to get react-hot-loader setup with Rails. I'd like to add to your docs, but am not sure where to put it.
Configure Webpack Dev Server and React Hot Loader with Ruby on Rails
http://kevinold.com/2015/02/04/configure-webpack-dev-server-and-react-hot-loader-with-ruby-on-rails.html
Let me know if there is a place to submit it and I'll add a PR.
Kevin
The text was updated successfully, but these errors were encountered: