Skip to content

Commit

Permalink
Merge pull request #217 from Det-Kongelige-Bibliotek/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
siglun authored Jun 15, 2020
2 parents d8676f4 + eb23761 commit c9bd78f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]


gem 'jettywrapper'
gem 'devise','>= 4.7.1'
gem 'devise-guests'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
multipart-post (>= 1.2, < 3)
faraday_middleware (1.0.0)
faraday (~> 1.0)
ffi (1.13.0)
ffi (1.13.1)
font-awesome-rails (4.7.0.5)
railties (>= 3.2, < 6.1)
globalid (0.4.2)
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/General/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ a.comment{
&:before{
font-size: large;
display: inline;
font-weight: bold;
font-weight: normal;
}
}
span.symbol{
Expand Down
3 changes: 2 additions & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?

# Compress JavaScripts and CSS.
config.assets.js_compressor = :uglifier
# config.assets.js_compressor = :uglifier
config.assets.js_compressor = Uglifier.new(harmony: true)
# config.assets.css_compressor = :sass

# Do not fallback to assets pipeline if a precompiled asset is missed.
Expand Down
2 changes: 1 addition & 1 deletion config/locales/general.da.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ da:
ie_message:
message: 'Internet Explorer er teknologisk forældet og supporteres ikke af tekstportalen. <a target="_blank" href="/pages/about-text-portal#platforms">Læs om supporterede browsere</a>.'
text_toolbar:
fullscreen: 'Se tekst i fuld skærm'
fullscreen: 'Fuld skærm'
text: 'Hent PDF'
highlight: 'Søgemarkering'
facsimile: 'Faksimile'
Expand Down

0 comments on commit c9bd78f

Please sign in to comment.