Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Commit

Permalink
Reskins Blacklight WALK, includes new facets (#13)
Browse files Browse the repository at this point in the history
* my own alterations

* checking in major changes

* changes

* back to main CPP solr
  • Loading branch information
ianmilligan1 authored and ruebot committed Feb 1, 2017
1 parent 31f1951 commit 98a9895
Show file tree
Hide file tree
Showing 52 changed files with 1,437 additions and 171 deletions.
8 changes: 5 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ source 'https://rubygems.org'


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.6'
gem 'rails', '5.0.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.1.0'
gem 'coffee-rails', '~> 4.2'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

Expand Down Expand Up @@ -45,11 +45,13 @@ group :development do
gem 'spring'
end

gem 'therubyracer'
gem 'therubyracer', git: 'https://github.com/cowboyd/therubyracer.git'
gem 'blacklight', '>= 6.1'
gem 'jettywrapper', '>= 2.0'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
gem 'rsolr', '~> 1.0'
gem 'devise'
gem 'devise-guests', '~> 0.3'
gem 'blacklight-marc', '~> 6.1'
gem 'json', github: 'flori/json', branch: 'v1.8'
gem 'bootswatch-rails'
Loading

0 comments on commit 98a9895

Please sign in to comment.