Skip to content

Commit

Permalink
Merge pull request #375 from geoblacklight/release-0-11-backports
Browse files Browse the repository at this point in the history
release backport for 0.11
  • Loading branch information
mejackreed committed Jan 23, 2016
2 parents 59c2c4e + bd0a0fc commit 4c8fa49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/generators/geoblacklight/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ def install_jettywrapper
def assets
copy_file "geoblacklight.css.scss", "app/assets/stylesheets/geoblacklight.css.scss"
copy_file "geoblacklight.js", "app/assets/javascripts/geoblacklight.js"

append_to_file 'config/initializers/assets.rb',
"\nRails.application.config.assets.precompile += %w( favicon.ico )\n"
end

def create_blacklight_catalog
Expand Down

0 comments on commit 4c8fa49

Please sign in to comment.