DEV Community

Discussion on: What was your win this week?

Collapse
 
pavelloz profile image
Paweł Kowalski

Successfully removed sprockets & webpacker (rails) in favor of just webpack in a project that has been neglected front-end wise since the beginning of it. Im pretty proud.

Assets are now generating in 20s instead of 1.2minute, one docker images less is building, 7 gems less, JS is smaller and loads faster.

Overall build on CI went down from 12 minutes to 7-8. which is huge if you are doing X deploys a day.