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

Install hotwire-livereload and Redis in dev #144

Merged
merged 2 commits into from Dec 12, 2021
Merged

Conversation

joemasilotti
Copy link
Owner

@joemasilotti joemasilotti commented Dec 12, 2021

This PR adds live reload support in development. Changing any files in the following directories will trigger a page reload. This depends on Action Cable, so Redis was installed and configured for development.

  • app/views
  • app/helpers
  • app/javascript
  • app/assets/stylesheets
  • app/assets/images
  • app/components

Pull request checklist

  • Your code contains tests relevant for code you modified
  • All new and existing tests are passing
  • You have linted the project with bundle exec standardrb --fix
  • You have linted the project with bundle exec erblint --lint-all --autocorrect
  • You have linted the project with bundle exec i18n-tasks health

@joemasilotti joemasilotti merged commit cf635c5 into main Dec 12, 2021
5 checks passed
@joemasilotti joemasilotti deleted the hotwire-livereload branch December 12, 2021 04:53
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

1 participant