Huh. Ran bundle install and everything is there, I think?
but when I run RAILS_ENV=production bundle exec rails assets:precompile it just dies after webpacker is trying to compile assets
Getting a GemNotFound error?
@spiderrobotpig i may be wrong tho havent tried setting up a prod server yet
@MightyPork it looks like my db:compile is failing? the echo was shorter that time haha
@MightyPork Oooooh I'll try that thanks :3
@spiderrobotpig idk but maybe you need the RAILS_ENV=production env for the bundler install also?
try export RAILS_ENV=production and then run the two normally