Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove generated 'require tether' #100

Merged
merged 2 commits into from
May 8, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion blacklight_range_limit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |s|
s.add_dependency 'rails', '>= 3.0'
s.add_dependency 'jquery-rails' # our JS needs jquery_rails
s.add_dependency 'blacklight'
s.add_dependency 'tether-rails'

s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rspec-rails'
Expand Down
1 change: 0 additions & 1 deletion lib/blacklight_range_limit/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
require 'blacklight_range_limit'
require 'rails'
require 'jquery-rails'
require 'tether-rails'

module BlacklightRangeLimit
class Engine < Rails::Engine
Expand Down
3 changes: 0 additions & 3 deletions lib/generators/blacklight_range_limit/assets_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ def assets

}
end
inject_into_file 'app/assets/javascripts/application.js', before: '// Required by Blacklight' do
"\n//= require tether\n"
end
end


Expand Down