PulUvRails

A Rails engine wrapper to include the Princeton University Library branded Universal Viewer.

Installation

Add this line to your application's Gemfile:

gem 'pul_uv_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install pul_uv_rails

Update

Steps for updating the included Universal Viewer

  1. Make sure you have npm and bower installed: https://bower.io/
  2. Insert a reference to the latest tagged version of the Princeton branded viwer in bower.json.
  3. Update using bower:
   $ bower update
  1. Commit the changes and tag pul_uv_rails with the updated version.

Edit Viewer Style

  1. Make changes to the less files in the PUL Universal Viewer theme.
  2. Rebuild the viewer library:
   $ grunt build
  1. Commit changes to the viewer and tag.