We have a rails site that is expanding quite a bit. it is using jruby, bootstrap, and some third party libraries – and the precompile takes a long time. too long for the timeout limits on heroku for deployment. is there a way to modify the timeout values so we’ll be able to push our repository to heroku and have it precompile?
thanks.
pre-compile locally and switch off heroku pre-compile?