Skip to content

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

License

Notifications You must be signed in to change notification settings

MorphoSource/pul_uv_rails

 
 

Repository files navigation

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
    
  4. 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
    
  3. Commit changes to the viewer and tag.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.9%
  • Ruby 16.1%