Use font-awesome-rails gem

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-05-18 14:57:14 +09:00
parent ab40e4734c
commit a43a1b5d52
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1
2 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,8 @@
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require font-awesome
*= require bootstrap/dist/css/bootstrap
*= require font-awesome/css/font-awesome.css
*= require startbootstrap-sb-admin/css/sb-admin.css
*= require datatables.net-bs4/css/dataTables.bootstrap4.css
*= require codemirror/lib/codemirror

View File

@ -17,6 +17,7 @@ require "sprockets/railtie"
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
# these gems are not required by Bundler.require
require "font-awesome-rails"
require "draper"
require "sass"
require "haml-rails"