We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9663ab6 commit e2063f3Copy full SHA for e2063f3
1 file changed
lib/app.rb
@@ -201,8 +201,8 @@ def manifest_asset_urls
201
@@manifest_asset_urls ||= [
202
javascript_path('application', asset_host: false),
203
stylesheet_path('application'),
204
- image_path('docs.png'),
205
- image_path('docs@2x.png'),
+ image_path('sprites/docs.png'),
+ image_path('sprites/docs@2x.png'),
206
asset_path('docs.js')
207
]
208
end
0 commit comments