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

Allow NPM use for install/build #143

Closed ksol closed 6 months ago

ksol commented 6 months ago

Related to #138.

https://github.com/rails/jsbundling-rails/pull/179 was merged, so let's align the behaviors

ksylvest commented 6 months ago

Flagging since I believe this introduces a subtle bug when having bun installed but a package-lock.json file (attempts to use bun). I've moved over a fix:

https://github.com/rails/cssbundling-rails/pull/144

Also - opened a PR for jsbundling-rails here: https://github.com/rails/jsbundling-rails/pull/180

ksol commented 6 months ago

that's indeed better and more readable, I'll close this one :) Thanks!