Skip to content

Commit e05d702

Browse files
authored
Merge pull request #2856 from sul-dlss/sprockets-rails-3.3
Remove initializer that is no longer necessary
2 parents 83605cf + a51732e commit e05d702

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)