-
-
Save sicktastic/88fa2d9da0f9057eb3e942ba3d3734f7 to your computer and use it in GitHub Desktop.
Rails Procfile.dev for Tailwind + live reloading of views
This file contains 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