rails / cssbundling-rails

Bundle and process CSS in Rails with Tailwind, PostCSS, and Sass via Node.js.
MIT License
579 stars 83 forks source link

Bypass CLI options to Foreman in bin/dev #55

Closed kirillplatonov closed 2 years ago

kirillplatonov commented 2 years ago

This tiny change allows passing foreman options when running bin/dev. The most common use case is excluding some processes (eg web or worker) when you want to debug them:

bin/dev all=1,web=0