rails / jsbundling-rails

Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.
MIT License
831 stars 144 forks source link

ActionController::RoutingError (No route matches [GET] "/assets/assets/application.css.map) when migrating from webpack to esbuild #129

Closed ashok-stack closed 1 year ago

ashok-stack commented 2 years ago

i have added a comment on the rails existing rails issue page adding it here just to double check whether it is related to jsbundling-rails https://github.com/rails/rails/issues/44260

dhh commented 1 year ago

Looks like there's old assets that needs to be cleaned out with rake assets:clean.