rails / cssbundling-rails

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

Install Foreman locally instead #95

Closed basicfeatures closed 2 years ago

dhh commented 2 years ago

What is this looking to achieve?

basicfeatures commented 2 years ago

Added security by not compromising the root of ones system.

You can see my full demo here: https://github.com/basicfeatures/openbsd-rails 👍

dhh commented 2 years ago

Okay, that's not how we generally use gems in Rails. Fine to want to do something else, but this is only triggered if foreman isn't available. So you can install foreman with those provisions in advance, and this won't get triggered.

basicfeatures commented 2 years ago

Thanks for getting back at me. Sounds good 👍