GeistHaus
log in · sign up

GitHub - rails/webpacker at cassey.dev

github.com

Use Webpack to manage app-like JavaScript modules in Rails - rails/webpacker

2 pages link to this URL
Frontend Assets in Ruby on Rails Through the Years

As a Ruby on Rails developer at a consulting agency who works with a wide variety of legacy apps, there have been many times where I need to change the JavaScript or CSS in use on the site and have to start by figuring out where those assets are currently

0 inbound links article en ruby-on-railscode
Migrating a Rails app from Webpacker to jsbundling-rails with Webpack

Recently at work I undertook a project to migrate a client's decade-old Rails app from using Webpacker to compile & bundle frontend assets, to using jsbundling-rails with Webpack. The app is big and fairly complex, and the project ended up taking much longer than I had originally anticipated. But it's done

0 inbound links article en codejavascriptruby-on-rails