Skip to content

Commit

Permalink
remove mirador assets, in favor of mirador_rails
Browse files Browse the repository at this point in the history
Pinning to 0.1.1 because of a regression in Mirador 2.1.4
  • Loading branch information
mejackreed committed Feb 27, 2017
1 parent 797a255 commit 5ff4463
Show file tree
Hide file tree
Showing 48 changed files with 17 additions and 26,982 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ gem 'rake'
# Use Unicorn as the app server
# gem 'unicorn'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
gem 'mirador_rails', '0.1.1'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ GEM
execjs (2.7.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
font-awesome-rails (4.7.0.1)
railties (>= 3.2, < 5.1)
globalid (0.3.7)
activesupport (>= 4.1.0)
hashdiff (0.3.2)
Expand Down Expand Up @@ -178,10 +180,15 @@ GEM
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
material_icons (2.2.1)
railties (>= 3.2)
method_source (0.8.2)
mime-types (2.99.3)
mini_portile2 (2.1.0)
minitest (5.10.1)
mirador_rails (0.1.1)
font-awesome-rails
material_icons
mods (2.0.3)
iso-639
nokogiri
Expand Down Expand Up @@ -364,6 +371,7 @@ DEPENDENCIES
dlss-capistrano
jbuilder
jquery-rails
mirador_rails (= 0.1.1)
mods_display (= 0.3.4)
mysql2
poltergeist
Expand Down
5 changes: 4 additions & 1 deletion app/assets/javascripts/folio_viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ $(function() {
Mirador({
"id": "folio_viewer",
"layout": "1x1",
"buildPath": "/assets/",
"i18nPath": "",
"imagesPath": "",
"mainMenuSettings" : {
'show' : false
},
Expand Down Expand Up @@ -211,4 +214,4 @@ $(function() {
return path;
}

});
});
3 changes: 3 additions & 0 deletions app/assets/javascripts/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ $(function() {
"mainMenuSettings" : {
'show' : false
},
"buildPath": "/assets/",
"i18nPath": "",
"imagesPath": "",
'showAddFromURLBox' : false,
"saveSession": false,
"data": [
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* Used by blacklight_range_limit
*= require 'blacklight_range_limit'
*= require mirador-combined
*= require mirador
*= require jquery-tablesorter
*
*= require_tree .
Expand Down
Binary file removed vendor/assets/images/debut_dark.png
Binary file not shown.
Binary file removed vendor/assets/images/loading.gif
Binary file not shown.
Binary file removed vendor/assets/images/mirador-icons.png
Binary file not shown.
Binary file removed vendor/assets/images/noise.png
Binary file not shown.
Binary file removed vendor/assets/images/openseadragon/fit-hover.png
Binary file not shown.
Binary file removed vendor/assets/images/openseadragon/fit.png
Binary file not shown.
Binary file not shown.
Binary file removed vendor/assets/images/openseadragon/full-screen.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed vendor/assets/images/openseadragon/fullpage_rest.png
Binary file not shown.
Binary file not shown.
Binary file removed vendor/assets/images/openseadragon/home_hover.png
Binary file not shown.
Binary file removed vendor/assets/images/openseadragon/home_pressed.png
Binary file not shown.
Binary file removed vendor/assets/images/openseadragon/home_rest.png
Binary file not shown.
Binary file removed vendor/assets/images/openseadragon/next-hover.png
Binary file not shown.
Binary file removed vendor/assets/images/openseadragon/next.png
Binary file not shown.
Binary file not shown.
Binary file removed vendor/assets/images/openseadragon/next_hover.png
Binary file not shown.
Binary file removed vendor/assets/images/openseadragon/next_pressed.png
Binary file not shown.
Binary file removed vendor/assets/images/openseadragon/next_rest.png
Binary file not shown.
Binary file not shown.
Binary file removed vendor/assets/images/openseadragon/previous.png
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Binary file removed vendor/assets/images/openseadragon/previous_rest.png
Diff not rendered.
Binary file removed vendor/assets/images/openseadragon/zoom-in-hover.png
Diff not rendered.
Binary file removed vendor/assets/images/openseadragon/zoom-in.png
Diff not rendered.
Diff not rendered.
Binary file removed vendor/assets/images/openseadragon/zoom-out.png
Diff not rendered.
Diff not rendered.
Binary file removed vendor/assets/images/openseadragon/zoomin_hover.png
Diff not rendered.
Diff not rendered.
Binary file removed vendor/assets/images/openseadragon/zoomin_rest.png
Diff not rendered.
Diff not rendered.
Binary file removed vendor/assets/images/openseadragon/zoomout_hover.png
Diff not rendered.
Diff not rendered.
Binary file removed vendor/assets/images/openseadragon/zoomout_rest.png
Diff not rendered.
11,460 changes: 0 additions & 11,460 deletions vendor/assets/javascripts/mirador.js

This file was deleted.

11,461 changes: 0 additions & 11,461 deletions vendor/assets/javascripts/mirador.js.erb

This file was deleted.

Loading

0 comments on commit 5ff4463

Please sign in to comment.