Allen Maxwell
Allen Maxwell

Reputation: 182

heroku asset precompile timeout problems

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.

Upvotes: 2

Views: 342

Answers (1)

Damon Mannion
Damon Mannion

Reputation: 324

pre-compile locally and switch off heroku pre-compile?

Upvotes: 1

Related Questions