Is there a built-in way to determine if an asset exists without resorting to File.exists?(File.join(Rails.root, \"foo\", \"bar\", \"baz\")) and that looks throu
File.exists?(File.join(Rails.root, \"foo\", \"bar\", \"baz\"))
Please see the answer here for a discussion on why find_asset may not always work:
find_asset
Include Assets Only If They Exist