Hi,
I have a website in heroku that the pages keep throwing 404 in the js links. The weird part is that a few seconds later they are there (in the server)
Here is the config i'm using:
use Rack::PageSpeed, :public => "#{Dir.pwd}/public" do
# Storage mechanism
store :disk => "#{Dir.pwd}/public"
inline_javascripts :max_size => 4000
combine_javascripts
minify_javascripts
end
Do you know what could be happening?
Thanks.
Hi,
I have a website in heroku that the pages keep throwing 404 in the js links. The weird part is that a few seconds later they are there (in the server)
Here is the config i'm using:
use Rack::PageSpeed, :public => "#{Dir.pwd}/public" do
# Storage mechanism
store :disk => "#{Dir.pwd}/public"
inline_javascripts :max_size => 4000
combine_javascripts
minify_javascripts
end
Do you know what could be happening?
Thanks.