Skip to content

Commit e2063f3

Browse files
authored
Fix paths
1 parent 9663ab6 commit e2063f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/app.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ def manifest_asset_urls
201201
@@manifest_asset_urls ||= [
202202
javascript_path('application', asset_host: false),
203203
stylesheet_path('application'),
204-
image_path('docs.png'),
205-
image_path('[email protected]'),
204+
image_path('sprites/docs.png'),
205+
image_path('sprites/[email protected]'),
206206
asset_path('docs.js')
207207
]
208208
end

0 commit comments

Comments
 (0)