Remove Gem dependency, add atwho as regular vendor/js

This commit is contained in:
Luka Murn 2017-01-05 12:06:59 +01:00
parent e12907c9b9
commit eb64162633
4 changed files with 5 additions and 2 deletions

View file

@ -66,7 +66,6 @@ gem 'quill-rails', # Rich text editor
git: 'https://github.com/biosistemika/quill-rails.git',
ref: 'e765c04'
gem 'base62' # Used for smart annotations
gem 'jquery-atwho-rails' # Used for smart annotations
group :development, :test do
gem 'byebug'

View file

@ -12,7 +12,8 @@
//= require jquery-ui/draggable
//= require jquery-ui/droppable
//= require jquery.ui.touch-punch.min
//= require jquery.atwho
//= require jquery.caret.min
//= require jquery.atwho.min
//= require hammer
//= require introjs
//= require js.cookie

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long