Created
April 10, 2021 01:29
-
-
Save joshuaclayton/abbff86990779f4e7096076c6200c9dd to your computer and use it in GitHub Desktop.
Rails Procfile.dev for Tailwind + live reloading of views
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: bundle exec puma -C config/puma.rb | |
webpack: bin/webpack-dev-server | |
livereload: watchexec -w app/views touch app/javascript/packs/application.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment