Skip to content

RelicInc/webpack_rails_glue

Repository files navigation

WebpackRailsGlue

Installation

Add this line to your application's Gemfile:

gem 'webpack_rails_glue'

Configure

In app/controllers/application_controller.rb

helper WebpackRailsGlue::Helper

In config/environments/development.rb

config.dev_server_host = '0.0.0.0:3035'
config.middleware.use WebpackRailsGlue::DevServerProxy, ssl_verify_none: true

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/webpack_rails_glue. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the WebpackRailsGlue project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published