rails / cssbundling-rails

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

Default to port 3000 while allowing override #124

Closed elia closed 1 year ago

elia commented 1 year ago

With this configuration bin/dev will use port 3000, but bin/dev -p 3001 will correctly start the server on port 3001.

Cross-posted from https://github.com/rails/jsbundling-rails/pull/148.