You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: