What's New

New updates and improvements to Jumpstart Pro

← Back

CSS & JS Bundling

Update
We've migrated to using the official Rails CSS & JS bundling packages. The big benefits of this change is speed and reliability.

CSS is directly handled by the Tailwind CLI using Postcss. Javascript is bundled using Esbuild.

Compiling (on my machine) runs in 1s for CSS and 0.2s for Javascript. 🚀

For those using Heroku, you'll need to explicitly add the nodejs buildpack:
heroku buildpacks:add heroku/nodejs
heroku buildpacks:add heroku/ruby