Build a habit of shipping by sharing your daily, incremental progress
See how other makers are growing their business
Members are invited by existing members
Receive outside perspective when you need it
Connect with others through weekly video hangouts
Get access to our members-only perks and discounts
👋 Join WIP to participate
We use npm and webpack with rails. Have our Heroku app setup as a rails and node app, then tehre's a thing that compiles our Webpack on deploy.
Only issue is that as our app has grown, compiling has become slower and slower and has made deployments annoying.
Take a look brunch.io
What @swizec said. We use yarn and webpack for Rails on Heroku. Works fine, but deploys are a little slow. (few minutes along with all the other stuff it's doing).