Re: Assets precompile issue on heroku

2013-11-17 Thread Kevin Patel
I'm having the same issue. Its strange everything was working fine just this morning and asset compile works fine locally (no db calls). On Friday, October 18, 2013 2:04:21 PM UTC-4, iamtheschmitzer wrote: > > I can prcompile locally, but on heroku, task is complaining about > processing coffees

Re: Assets precompile issue on heroku

2013-11-17 Thread richard schneeman
Narrow down the line causing the failure by deleting a line, and pushing. Repeat until you find the line that when you remove it does not cause the failure. It's slow and painful, but it's the only good way to troubleshoot this problem. On Sun, Nov 17, 2013 at 8:49 PM, Kevin Patel wrote: > I'm