rails / jsbundling-rails

Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.
MIT License
831 stars 144 forks source link

overmind or foreman? #136

Closed justin808 closed 1 year ago

justin808 commented 1 year ago

Should overmind be supported or preferred?

https://github.com/rails/jsbundling-rails/blob/main/lib/install/dev#L8

#!/usr/bin/env bash

if ! gem list foreman -i --silent; then
  echo "Installing foreman..."
  gem install foreman
fi

foreman start -f Procfile.dev "$@"
dhh commented 1 year ago

Don't think it's needed for what we're using it for. Easy enough for someone to change if they prefer.