Question

Each time I press cmd+R (ctrl+R, F5) in the browser it misses all stylesheets and javascripts. Next time I click cmd+R it displays fine. Like

press(CMD+R) do |time|
  if time.even?
    miss assets
  else
    find assets
  end
end

It is very funny, but not in production. What is going on?

Was it helpful?

Solution

Ok, the problem was in permissions to tmp folder

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top