Skip to content

Commit 9663ab6

Browse files
authored
Update manifest_asset_urls
1 parent f80d074 commit 9663ab6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/app.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +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-1.png'),
205-
image_path('[email protected]'),
206-
image_path('docs-2.png'),
207-
image_path('[email protected]'),
204+
image_path('docs.png'),
205+
image_path('[email protected]'),
208206
asset_path('docs.js')
209207
]
210208
end

0 commit comments

Comments
 (0)