diff options
| author | mo <mokha@cisco.com> | 2017-04-27 20:55:42 -0600 |
|---|---|---|
| committer | mo <mokha@cisco.com> | 2017-04-27 20:55:42 -0600 |
| commit | a55c4a6ca2c515067d72f1aee028478fdd9c5ca1 (patch) | |
| tree | efc2d85a3284e49839bdfef4a14ea13802adbf23 /Gemfile | |
| parent | 196582de54d747c014532cb562d9a74f9a41bc38 (diff) | |
load bootstrap and font-awesome via asset pipeline
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,6 @@ gem 'jquery-ui-rails', '~> 4.0.0' gem 'jquery-turbolinks' gem 'mini_magick' gem "kaminari" -gem 'bootstrap-sass', '~> 2.3.0' gem 'delayed_job' gem 'delayed_job_active_record' gem 'daemons' @@ -44,6 +43,8 @@ gem 'chartkick' gem 'groupdate' gem 'rack-cors', require: 'rack/cors' gem 'email_validator' +gem 'font-awesome-rails' +gem 'bootstrap-sass', '~> 2.3.0' group :development do gem 'capistrano', '3.3.5' |
