Switch back to leaflet-rails
The rails-assets version has too many issues with the asset pipeline
This commit is contained in:
parent
c8481aef5d
commit
80f63c7263
3 changed files with 4 additions and 5 deletions
4
Gemfile
4
Gemfile
|
|
@ -88,8 +88,6 @@ source 'https://rails-assets.org' do
|
|||
gem 'rails-assets-trianglify'
|
||||
# for scroll way points
|
||||
gem 'rails-assets-waypoints'
|
||||
# for displaying maps
|
||||
gem 'rails-assets-leaflet'
|
||||
# for markdown editors
|
||||
gem 'rails-assets-bootstrap-markdown'
|
||||
gem 'rails-assets-to-markdown'
|
||||
|
|
@ -101,6 +99,8 @@ gem 'bootstrap3-datetimepicker-rails', '~> 3.0.2'
|
|||
gem 'jquery-datatables-rails', '~> 2.2.1'
|
||||
# for charts
|
||||
gem 'chart-js-rails'
|
||||
# for displaying maps
|
||||
gem 'leaflet-rails'
|
||||
|
||||
# for user avatars
|
||||
gem 'gravtastic'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue