hotwired / stimulus-rails

Use Stimulus in your Ruby on Rails app
https://stimulus.hotwired.dev
MIT License
638 stars 92 forks source link

Bun support #127

Closed rubys closed 10 months ago

rubys commented 1 year ago

Add support for bun

If you create a new rails project with "--main --javascript bun" you end up with a yarn.lock and not a bun.lockb file. This is because turbo-rails and stimuls are installed with yarn.

adrienpoly commented 1 year ago

thanks @rubys. Not sure the commit 97ed657 should be part of this PR as it is a different subject

rubys commented 1 year ago

Oops, sorry about that. Fixed!

terracatta commented 1 year ago

See also https://github.com/hotwired/stimulus-rails/pull/125