Skip to content

Commit

Permalink
Vendorize font-awesome. Closes #3039
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Jun 1, 2019
1 parent 4fd5c8c commit 6191187
Show file tree
Hide file tree
Showing 10 changed files with 5,014 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/rails_admin/rails_admin.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

/*** Font-awesome ***/

@import 'font-awesome';
@import 'rails_admin/font-awesome';
@import 'rails_admin/base/font-awesome-4-compability';

/*** Bootstrap Theming ***/
Expand Down
1 change: 0 additions & 1 deletion lib/rails_admin/engine.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'font-awesome-rails'
require 'jquery-rails'
require 'jquery-ui-rails'
require 'kaminari'
Expand Down
1 change: 0 additions & 1 deletion rails_admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Gem::Specification.new do |spec|
# If you add a dependency, please maintain alphabetical order
spec.add_dependency 'builder', '~> 3.1'
spec.add_dependency 'coffee-rails', ['>= 4.0', '< 6']
spec.add_dependency 'font-awesome-rails', ['>= 3.0', '< 5']
spec.add_dependency 'haml', '>= 4.0', '< 6'
spec.add_dependency 'jquery-rails', ['>= 3.0', '< 5']
spec.add_dependency 'jquery-ui-rails', ['>= 5.0', '< 7']
Expand Down
Binary file added vendor/assets/fonts/rails_admin/FontAwesome.otf
Binary file not shown.
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions vendor/assets/fonts/rails_admin/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 6191187

Please sign in to comment.