Skip to content

Commit

Permalink
Remove Font Awesome (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten authored Dec 20, 2019
1 parent 162df4e commit e159e3f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ PATH
bcrypt
breadcrumbs_on_rails
coffee-rails
font_awesome5_rails
haml-rails
jquery-rails
jsonb_accessor (>= 1.0.0)
Expand Down Expand Up @@ -103,9 +102,7 @@ GEM
execjs (2.7.0)
factory_bot (5.1.1)
activesupport (>= 4.2.0)
ffi (1.11.1)
font_awesome5_rails (0.9.0)
railties (>= 4.2)
ffi (1.11.3)
globalid (0.4.2)
activesupport (>= 4.2.0)
haml (5.1.2)
Expand Down
2 changes: 0 additions & 2 deletions app/assets/stylesheets/spina.sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// Configuration
@import font_awesome5_webfont
@import font_awesome5
@import spina/trix

@import spina/configuration
Expand Down
1 change: 0 additions & 1 deletion lib/spina/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
require 'mobility'
require 'rack-rewrite'
require 'jsonb_accessor'
require 'font_awesome5_rails'

module Spina
class Engine < ::Rails::Engine
Expand Down
1 change: 0 additions & 1 deletion spina.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ Gem::Specification.new do |s|
s.add_dependency 'mobility', '>= 0.8.9'
s.add_dependency 'rack-rewrite', '>= 1.5.0'
s.add_dependency 'jsonb_accessor', '>= 1.0.0'
s.add_dependency 'font_awesome5_rails'
end

0 comments on commit e159e3f

Please sign in to comment.