Skip to content

Commit a51732e

Browse files
committed
Remove initializer that is no longer necessary
after the upgrade to sprockets-rails 3.3.0. See rails/sprockets-rails#476
1 parent 83605cf commit a51732e

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

app/assets/stylesheets/application.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// Here we override blacklight to wrap the $logo-image in a url()
99
.navbar-logo { // The main logo image for the Blacklight instance
10-
background: transparent asset-url("logo.png") no-repeat top left;
10+
background: transparent url("logo.png") no-repeat top left;
1111
}
1212

1313
@import 'blacklight-hierarchy/app/assets/stylesheets/blacklight/hierarchy/hierarchy';
@@ -25,4 +25,4 @@
2525
@import "workflow_grid";
2626
@import "throbber";
2727
@import "tags-autocomplete";
28-
@import "registration"
28+
@import "registration"

config/initializers/assets_url_processor.rb

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)