You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve package manager detection for Bun 1.2 compatibility (#165)
* Improve package manager detection for Bun compatibility
- Add support for both old (bun.lockb) and new (bun.lock) Bun lock files
- Handle Bun with Yarn compatibility mode (yarn.lock)
- Simplify tool detection by introducing LOCK_FILES mapping
- Combine command existence and lock file checks into single method
This change ensures proper detection of Bun when using different versions
or when running in Yarn compatibility mode (bun install --yarn).
* keep old name of tool_exists?
* fix case statement in cssbundling/build.rake
* Make using_bun? detect bun.lockb or bun.lock or yarn.lock
0 commit comments